校友库 通讯录

master
lion 1 year ago
parent b0feaf322f
commit 14ba761dc2

@ -47,15 +47,15 @@
</view> </view>
<view v-if="mess['company_name']" <view v-if="mess['company_name']"
style="font-size:28rpx;color:#666;margin-bottom:10rpx"> style="font-size:28rpx;color:#666;margin-bottom:10rpx">
{{mess['company_name']||''}} {{mess['company_name']?'公司:'+mess['company_name']:''}}
</view> </view>
<view v-if="mess['company_position']" <view v-if="mess['company_position']"
style="font-size:28rpx;color:#666;margin-bottom:10rpx"> style="font-size:28rpx;color:#666;margin-bottom:10rpx">
{{mess['company_position']||''}} {{mess['company_position']?'职务:'+mess['company_position']:''}}
</view> </view>
<view v-if="mess['company_product']" <view v-if="mess['company_product']"
style="font-size:28rpx;color:#666;margin-bottom:10rpx"> style="font-size:28rpx;color:#666;margin-bottom:10rpx">
{{mess['company_product']||''}} {{mess['company_product']?"主营业务:"+mess['company_product']:''}}
</view> </view>
<view v-if="show_mobile" class="teacher-mobile" @click="callPhone(mess['mobile'])"> <view v-if="show_mobile" class="teacher-mobile" @click="callPhone(mess['mobile'])">
<image style="width:22rpx;height:22rpx;margin-right:20rpx" <image style="width:22rpx;height:22rpx;margin-right:20rpx"

@ -35,13 +35,14 @@
</view> </view>
</view> </view>
<view v-if="mess['company_name']" style="font-size:28rpx;color:#666;margin-bottom:10rpx"> <view v-if="mess['company_name']" style="font-size:28rpx;color:#666;margin-bottom:10rpx">
{{mess['company_name']||''}}</view> {{mess['company_name']?'公司:'+mess['company_name']:''}}</view>
<view v-if="mess['company_position']" <view v-if="mess['company_position']"
style="font-size:28rpx;color:#666;margin-bottom:10rpx">{{mess['company_position']||''}} style="font-size:28rpx;color:#666;margin-bottom:10rpx">
{{mess['company_position']?'职务:'+mess['company_position']:''}}
</view> </view>
<view v-if="mess['company_product']" <view v-if="mess['company_product']"
style="font-size:28rpx;color:#666;margin-bottom:10rpx"> style="font-size:28rpx;color:#666;margin-bottom:10rpx">
{{mess['company_product']||''}} {{mess['company_product']?"主营业务:"+mess['company_product']:''}}
</view> </view>
<view v-if="mess['course_signs'].length>0" <view v-if="mess['course_signs'].length>0"
style="font-size:28rpx;color:#666;margin-bottom:10rpx"> style="font-size:28rpx;color:#666;margin-bottom:10rpx">

Loading…
Cancel
Save