Commit 5c822882 authored by anxixi's avatar anxixi

Merge remote-tracking branch 'origin/master'

parents 327ce69a 45dd4f9d
......@@ -258,7 +258,7 @@
</div>
<p style="padding-top: .2rem;padding-bottom: .3rem;">
<span class="scaleFont">
用户自行添加的联系方式,不保证其真实性,请酌情使用。
此联系方式为用户个人添加,平台不保证其真实性,请酌情使用。
</span>
</p>
</div>
......@@ -594,8 +594,8 @@
number: this.pageSize,
},
search: {
empId: this.userInfo.empId,
otherEmpId: Number(this.$route.query.empId)
empId: Number(this.$route.query.empId),
otherEmpId: Number(this.$route.query.otherEmpId)
}
};
api.getMySameFriendAxios(params).then((response) => {
......@@ -949,7 +949,7 @@
this.currentData = data;
if (data.relationType == 1 && data.relationValue != "" && data.relationValue != null) this.$router.push({
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 @@
<div v-if="item.messageType==1">
<span class="leftInfo iconType1"><i class="iconfont icon-shangchuantouxiang1-copy"></i></span>
<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>
<div class="btn-agree">
<el-button type="primary" plain size="mini" @click="handlePost(item,0,index)">忽略</el-button>
......
......@@ -470,7 +470,7 @@
</div>
<p style="padding-top: .2rem;padding-bottom: .3rem;">
<span class="scaleFont">
用户自行添加的联系方式,不保证其真实性,请酌情使用。
此联系方式为用户个人添加,平台不保证其真实性,请酌情使用。
</span>
</p>
</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