Commit da15bf2e authored by zhangyanni's avatar zhangyanni

文案

parent a79dcb40
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
</div> </div>
<p style="padding-top: .2rem;padding-bottom: .3rem;"> <p style="padding-top: .2rem;padding-bottom: .3rem;">
<span class="scaleFont"> <span class="scaleFont">
用户自行添加的联系方式,不保证其真实性,请酌情使用。 此联系方式为用户个人添加,平台不保证其真实性,请酌情使用。
</span> </span>
</p> </p>
</div> </div>
...@@ -594,8 +594,8 @@ ...@@ -594,8 +594,8 @@
number: this.pageSize, number: this.pageSize,
}, },
search: { search: {
empId: this.userInfo.empId, empId: Number(this.$route.query.empId),
otherEmpId: Number(this.$route.query.empId) otherEmpId: Number(this.$route.query.otherEmpId)
} }
}; };
api.getMySameFriendAxios(params).then((response) => { api.getMySameFriendAxios(params).then((response) => {
...@@ -949,7 +949,7 @@ ...@@ -949,7 +949,7 @@
this.currentData = data; this.currentData = data;
if (data.relationType == 1 && data.relationValue != "" && data.relationValue != null) this.$router.push({ if (data.relationType == 1 && data.relationValue != "" && data.relationValue != null) this.$router.push({
path: "/sameFriend", path: "/sameFriend",
query: {empId: data.empId ? data.empId : undefined, name: data.empName} query: {empId: this.$route.query.empId ? this.$route.query.empId : this.userInfo.empId,otherEmpId: data.empId ? data.empId : undefined, name: data.empName}
}) })
}, },
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<div v-if="item.messageType==1"> <div v-if="item.messageType==1">
<span class="leftInfo iconType1"><i class="iconfont icon-shangchuantouxiang1-copy"></i></span> <span class="leftInfo iconType1"><i class="iconfont icon-shangchuantouxiang1-copy"></i></span>
<div class="rightInfo"> <div class="rightInfo">
<p><span class="empName dwote" @click="handleatoPersonal(item)">{{item.empName}}</span>&nbsp;添加您为联系人<span @click="handleatoPersonal(item)">查看TA的资料</span></p> <p><span class="empName dwote" @click="handleatoPersonal(item)">{{item.empName}}</span>&nbsp;想与您交换名片<span @click="handleatoPersonal(item)">查看TA的资料</span></p>
<p>{{item.createdTimeStr}}</p> <p>{{item.createdTimeStr}}</p>
<div class="btn-agree"> <div class="btn-agree">
<el-button type="primary" plain size="mini" @click="handlePost(item,0,index)">忽略</el-button> <el-button type="primary" plain size="mini" @click="handlePost(item,0,index)">忽略</el-button>
......
...@@ -470,7 +470,7 @@ ...@@ -470,7 +470,7 @@
</div> </div>
<p style="padding-top: .2rem;padding-bottom: .3rem;"> <p style="padding-top: .2rem;padding-bottom: .3rem;">
<span class="scaleFont"> <span class="scaleFont">
用户自行添加的联系方式,不保证其真实性,请酌情使用。 此联系方式为用户个人添加,平台不保证其真实性,请酌情使用。
</span> </span>
</p> </p>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment