Commit 5cea4575bdc0aaa9486120d56193111c208e3650
1 parent
4125a80f
分销跳转改回原样
Showing
2 changed files
with
3 additions
and
3 deletions
app.js
... | ... | @@ -20,7 +20,7 @@ App({ |
20 | 20 | "src_sele": t.imghost+"/miniapp/images/bar/fl_on.png" |
21 | 21 | }, |
22 | 22 | { |
23 | - "weappurl": "pages/temp/temp", | |
23 | + "weappurl": "packageA/pages/distribution/main/main", | |
24 | 24 | "nav_name": "分销", |
25 | 25 | "src": t.imghost+"/miniapp/images/bar/fx.png", |
26 | 26 | "src_sele": t.imghost+"/miniapp/images/bar/fx_on.png" |
... | ... | @@ -369,7 +369,7 @@ App({ |
369 | 369 | "/pages/goods/categoryList/categoryList?type=2", |
370 | 370 | "/pages/goods/categoryList/categoryList?type=1", |
371 | 371 | "/pages/cart/cart/cart","/pages/user/index/index", |
372 | - "/pages/temp/temp"]; | |
372 | + "/packageA/pages/distribution/main/main"]; | |
373 | 373 | if(arr_tabbar.indexOf(url)!=-1){ |
374 | 374 | if(url.indexOf("categoryList?type=1")!=-1) this.globalData.cat_type=1; |
375 | 375 | if(url.indexOf("categoryList?type=2")!=-1) this.globalData.cat_type=2; | ... | ... |
app.json
... | ... | @@ -172,7 +172,7 @@ |
172 | 172 | "selectedIconPath": "packageA/images/bar/fl_on.png" |
173 | 173 | }, |
174 | 174 | { |
175 | - "pagePath": "pages/temp/temp", | |
175 | + "pagePath": "packageA/pages/distribution/main/main", | |
176 | 176 | "text": "分销", |
177 | 177 | "iconPath": "packageA/images/bar/fx.png", |
178 | 178 | "selectedIconPath": "packageA/images/bar/fx_on.png" | ... | ... |