|
|
@@ -34,12 +34,17 @@
|
|
|
<view class="item-name">直播</view>
|
|
|
</view>
|
|
|
|
|
|
- <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}}"/>
|
|
|
<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>
|
|
|
+ </view> -->
|
|
|
+
|
|
|
+ <view bindtap="toyszq">
|
|
|
+ <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/yszq.png" class="item-index" />
|
|
|
+ <view class="item-name">养生专区</view>
|
|
|
+ </view>
|
|
|
|
|
|
<view bindtap="toabout">
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/about.png" class="item-index" />
|