九月线上版本1.2.0
This commit is contained in:
@@ -3,11 +3,15 @@
|
||||
<view class="cu-avatar round lg" :style="'background-image: url('+mainURL+'default-avator.png)'">
|
||||
<!-- {{staff.cUserName.substring(-1)}} -->
|
||||
</view>
|
||||
<!-- <view class="cu-avatar round lg" >
|
||||
<!-- <view class="cu-avatar round lg" >
|
||||
{{staff.cUserName.slice(0,1)}}
|
||||
</view> -->
|
||||
<view class="content">
|
||||
<view class="text-black">{{staff.cUserName}}</view>
|
||||
<view class="text-black">{{staff.cUserName}}
|
||||
<text v-show="loginUser.id===staff.cUserId" class="padding-left-sm text-orange text-sm">
|
||||
(当前登录账号)
|
||||
</text>
|
||||
</view>
|
||||
<view class="text-gray flex" @tap="callStaff(staff.phone)">
|
||||
<view class="text-cut text-df">
|
||||
<text class="cuIcon-phone oil-main-color margin-right-xs"></text>
|
||||
@@ -34,7 +38,8 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
mainURL: this.global.mainURL
|
||||
mainURL: this.global.mainURL,
|
||||
loginUser: uni.getStorageSync('loginUser'),
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user