Commit 5cea4575bdc0aaa9486120d56193111c208e3650
1 parent
4125a80f
分销跳转改回原样
Showing
2 changed files
with
3 additions
and
3 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": "pages/temp/temp", | 23 | + "weappurl": "packageA/pages/distribution/main/main", |
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 | - "/pages/temp/temp"]; | 372 | + "/packageA/pages/distribution/main/main"]; |
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
@@ -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": "pages/temp/temp", | 175 | + "pagePath": "packageA/pages/distribution/main/main", |
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" |