|
|
@@ -38,7 +38,7 @@
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/shop_apply.png" class="item-index" wx:if="{{userinfo.rank < 2}}"/>
|
|
|
<view class="item-name" wx:if="{{userinfo.rank < 2}}">申请店长</view>
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/shop_zone.png" class="item-index" wx:if="{{userinfo.rank == 2}}"/>
|
|
|
- <view class="item-name" wx:if="{{userinfo.rank == 2}}">店长专区</view>
|
|
|
+ <view class="item-name" wx:if="{{userinfo.rank >= 2}}">店长专区</view>
|
|
|
</view>
|
|
|
|
|
|
<view bindtap="toabout">
|