wangdong 1 month ago
parent 1bd0724136
commit 8348c1f407
  1. 2
      pages/user/index.vue

@ -46,6 +46,7 @@
<text lines="1" class="text_2">消息</text>
</view>
<!-- / -->
<!-- #ifndef H5 -->
<view class="group_4" @click="lookMemberCode('2')"
v-if="userInfo.user_type == 20 || userInfo.user_type==40">
@ -58,6 +59,7 @@
<image :src="$picUrl+'/static/user/code.png'" class="thumbnail_3"></image>
<text lines="1" class="text_4">分销码</text>
</view>
<!-- #endif -->
</view>
</view>
<view class="plus" v-if="userInfo.user_type== 20 || userInfo.user_type== 30 "

Loading…
Cancel
Save