Commit e4f82983 authored by anxixi's avatar anxixi

人脉圈

parent 51cc65b9
......@@ -29,7 +29,7 @@
</p>
</div>
<p @click="tohome(item)" class="ellipsisFont1" style="color:#1A1A1E;height: 24px;">{{item.empIntroduction?item.empIntroduction:'暂无简介'}}</p>
<p style="color:#AAAAAA;height: 22px;">
<p style="color:#AAAAAA;">
<span v-if="item.relationType == 0"></span>
<span v-if="item.relationType == 1" @click="getCommonContact(item)">{{item.relationValue}} 个共同联系人</span>
<span v-if="item.relationType == 2">TA 是来自 {{ item.relationValue }} 的校友</span>
......@@ -324,6 +324,9 @@
font-size: 12px;
line-height: 24px;
}
>p:last-child{
line-height: 18px;
}
}
}
}
......
......@@ -449,6 +449,12 @@
},
//查看联系方式
empContact(){
this.empContactstate = {
isConstact:true,
};
this.empContactData = {
baseEmpInformation:{},
};
api.selectBaseEmpContact({otherEmpId:this.$route.query.id}).then((res)=>{
if(res.code==0){
this.empContactstate = res.result;
......
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