瀏覽代碼

店长相关词汇修复

junyuanz 5 年之前
父節點
當前提交
f0e4a44552
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 1
      pages/home/home.wxml
  2. 1 1
      project.config.json

+ 2 - 1
pages/home/home.wxml

@@ -26,8 +26,9 @@
         </view>
       </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>
       </view>
       

+ 1 - 1
project.config.json

@@ -19,7 +19,7 @@
 			"disablePlugins": [],
 			"outputPath": ""
 		},
-		"useCompilerModule": false,
+		"useCompilerModule": true,
 		"userConfirmedUseCompilerModuleSwitch": false,
 		"compileHotReLoad": false,
 		"useIsolateContext": true