Commit e2e52d8fa57a3cafefc7304d263384337bc8696e
1 parent
085ffd13
更新app.js、app.json
Showing
2 changed files
with
4 additions
and
4 deletions
app.js
@@ -20,7 +20,7 @@ App({ | @@ -20,7 +20,7 @@ App({ | ||
20 | "src_sele": t.imghost+"/miniapp/images/bar/fl_on.png" | 20 | "src_sele": t.imghost+"/miniapp/images/bar/fl_on.png" |
21 | }, | 21 | }, |
22 | { | 22 | { |
23 | - "weappurl": "packageA/pages/distribution/main/main", | 23 | + "weappurl": "pages/distribution/distribution", |
24 | "nav_name": "分销", | 24 | "nav_name": "分销", |
25 | "src": t.imghost+"/miniapp/images/bar/fx.png", | 25 | "src": t.imghost+"/miniapp/images/bar/fx.png", |
26 | "src_sele": t.imghost+"/miniapp/images/bar/fx_on.png" | 26 | "src_sele": t.imghost+"/miniapp/images/bar/fx_on.png" |
@@ -369,7 +369,7 @@ App({ | @@ -369,7 +369,7 @@ App({ | ||
369 | "/pages/goods/categoryList/categoryList?type=2", | 369 | "/pages/goods/categoryList/categoryList?type=2", |
370 | "/pages/goods/categoryList/categoryList?type=1", | 370 | "/pages/goods/categoryList/categoryList?type=1", |
371 | "/pages/cart/cart/cart","/pages/user/index/index", | 371 | "/pages/cart/cart/cart","/pages/user/index/index", |
372 | - "/packageA/pages/distribution/main/main"]; | 372 | + "/pages/distribution/distribution"]; |
373 | if(arr_tabbar.indexOf(url)!=-1){ | 373 | if(arr_tabbar.indexOf(url)!=-1){ |
374 | if(url.indexOf("categoryList?type=1")!=-1) this.globalData.cat_type=1; | 374 | if(url.indexOf("categoryList?type=1")!=-1) this.globalData.cat_type=1; |
375 | if(url.indexOf("categoryList?type=2")!=-1) this.globalData.cat_type=2; | 375 | if(url.indexOf("categoryList?type=2")!=-1) this.globalData.cat_type=2; |
app.json
@@ -93,7 +93,7 @@ | @@ -93,7 +93,7 @@ | ||
93 | "pages/user/deposit/deposit", | 93 | "pages/user/deposit/deposit", |
94 | "pages/user/deposit/prepaid/msg/msg", | 94 | "pages/user/deposit/prepaid/msg/msg", |
95 | "pages/user/deposit/prepaid/prepaid", | 95 | "pages/user/deposit/prepaid/prepaid", |
96 | - "pages/temp/temp" | 96 | + "pages/distribution/distribution" |
97 | ], | 97 | ], |
98 | "plugins": { | 98 | "plugins": { |
99 | "live-player-plugin": { | 99 | "live-player-plugin": { |
@@ -172,7 +172,7 @@ | @@ -172,7 +172,7 @@ | ||
172 | "selectedIconPath": "packageA/images/bar/fl_on.png" | 172 | "selectedIconPath": "packageA/images/bar/fl_on.png" |
173 | }, | 173 | }, |
174 | { | 174 | { |
175 | - "pagePath": "packageA/pages/distribution/main/main", | 175 | + "pagePath": "pages/distribution/distribution", |
176 | "text": "分销", | 176 | "text": "分销", |
177 | "iconPath": "packageA/images/bar/fx.png", | 177 | "iconPath": "packageA/images/bar/fx.png", |
178 | "selectedIconPath": "packageA/images/bar/fx_on.png" | 178 | "selectedIconPath": "packageA/images/bar/fx_on.png" |