|
|
@@ -14,8 +14,8 @@
|
|
|
<view class="flex-col justify-evenly useMsg">
|
|
|
<view class="flex-row">
|
|
|
<text class="name">{{userInfo.name}}</text>
|
|
|
- <view class="tag">{{userInfo.isManager === 1? '拓客经理': userInfo.roleTag == '0' ? '拓客专员': userInfo.roleTag == '1' ? '合作伙伴':'推广人员'}}
|
|
|
- </view>
|
|
|
+<!-- <view class="tag">{{userInfo.isManager === 1? '拓客经理': userInfo.roleTag == '0' ? '拓客专员': userInfo.roleTag == '1' ? '合作伙伴':'推广人员'}}-->
|
|
|
+<!-- </view>-->
|
|
|
</view>
|
|
|
<view>
|
|
|
<text class="phone">电话:{{userInfo.phone}}</text>
|
|
|
@@ -80,7 +80,7 @@
|
|
|
</uni-list>
|
|
|
</view>
|
|
|
|
|
|
- <button @click="anniu">按钮</button>
|
|
|
+<!-- <button @click="anniu">按钮</button>-->
|
|
|
|
|
|
<uni-popup ref="qrCodePopup" type="center" @change="qrCodePopupChange">
|
|
|
<view class="flex-col qrCodePopupView">
|