|
@@ -14,8 +14,8 @@
|
|
|
<image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241120/1ssc1a102512989.png?imageView2/1/w/200/h/200"></image>
|
|
|
</view> -->
|
|
|
<view class="numberbox">
|
|
|
- <view wx:if="{{profile1List2[0].department}}" class="num">{{profile1List2[0].user.mobile}} | {{profile1List2[0].department.name}}{{profile1List2[0].center.name}}</view>
|
|
|
- <view wx:if="{{!profile1List2[0].department}}" class="num">暂未认证</view>
|
|
|
+ <view wx:if="{{profile1List2[0].department}}" class="num">{{profile1List2[0].user.mobile}} | {{profile1List2[0].center.name}}</view>
|
|
|
+ <view wx:if="{{!profile1List2[0].center}}" class="num">暂未认证</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="picbox">
|