@@ -26,8 +26,9 @@
</view>
<view bindtap="todz">
- <image src="https://fohow.oss-cn-shenzhen.aliyuncs.com/navigate_icon_config/7427d1a0.jpg" class="item-index" />
+ <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>
@@ -19,7 +19,7 @@
"disablePlugins": [],
"outputPath": ""
},
- "useCompilerModule": false,
+ "useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
"compileHotReLoad": false,
"useIsolateContext": true