|
@@ -37,7 +37,7 @@
|
|
|
<view bindtap="todz">
|
|
<view bindtap="todz">
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/shop_apply.png" class="item-index" wx:if="{{userinfo.rank < 2}}"/>
|
|
<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>
|
|
<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}}"/>
|
|
|
|
|
|
|
+ <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>
|
|
|
|
|
|