Commit ec43b944b64aad65cac21d2af9ca032b18e5fc53
1 parent
5454532f
会员中心的优化
Showing
2 changed files
with
9 additions
and
0 deletions
pages/user/userinfo/userinfo.js
pages/user/userinfo/userinfo.wxml
... | ... | @@ -238,6 +238,14 @@ |
238 | 238 | </view> |
239 | 239 | </view> |
240 | 240 | |
241 | + <view wx:if="{{user.staffTel}}" class="user-name flex-vertical-between"> | |
242 | + <view class="user-name-txt">{{guide_title}}电话</view> | |
243 | + <view class="flex-center user-txt-right"> | |
244 | + <view class="one-line">{{user.staffTel}}</view> | |
245 | + </view> | |
246 | + | |
247 | + </view> | |
248 | + | |
241 | 249 | |
242 | 250 | |
243 | 251 | </view> | ... | ... |