Browse Source

feat: 上级推介人无手机号时展示微信号;

pull/12/head
Fox-33 1 month ago
parent
commit
ea4b489e65
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      pages_order/mine/team.vue

+ 4
- 0
pages_order/mine/team.vue View File

@ -16,6 +16,10 @@
<view class="phone-label">手机号</view>
<view>{{ userInfoVip.pidInfo.phone }}</view>
</view>
<view v-else>
<view class="phone-label">微信号</view>
<view>{{ userInfoVip.pidInfo.wxCode }}</view>
</view>
</view>
</view>
<view class="summary">


Loading…
Cancel
Save