|
|
@@ -19,14 +19,14 @@
|
|
|
<span class="user-title" style="top: 165rpx;" wx:if="{{userInfo.rank == 2}}">(身份:店长)</span>
|
|
|
<span class="user-title" style="top: 165rpx;" wx:if="{{userInfo.rank == 3}}">(身份:区域代理)</span>
|
|
|
|
|
|
- <!--<view wx:if="{{userInfo != 'nologin' && !bindTel}}">
|
|
|
+ <view wx:if="{{userInfo != 'nologin' && !bindTel}}">
|
|
|
<view class="user-title">
|
|
|
<text>尚未绑定手机 , </text>
|
|
|
</view>
|
|
|
<navigator url="/packageUser/pages/user/bind/bind">
|
|
|
<view class="bind">立即绑定</view>
|
|
|
</navigator>
|
|
|
- </view>-->
|
|
|
+ </view>
|
|
|
<image class="user-head" src="{{userInfo.full_head}}"></image>
|
|
|
<view class="clean"></view>
|
|
|
</view>
|