From 5cea4575bdc0aaa9486120d56193111c208e3650 Mon Sep 17 00:00:00 2001 From: taiyuan Date: Tue, 6 Apr 2021 10:21:39 +0800 Subject: [PATCH] 分销跳转改回原样 --- app.js | 4 ++-- app.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.js b/app.js index 311303e..f5e353a 100644 --- a/app.js +++ b/app.js @@ -20,7 +20,7 @@ App({ "src_sele": t.imghost+"/miniapp/images/bar/fl_on.png" }, { - "weappurl": "pages/temp/temp", + "weappurl": "packageA/pages/distribution/main/main", "nav_name": "分销", "src": t.imghost+"/miniapp/images/bar/fx.png", "src_sele": t.imghost+"/miniapp/images/bar/fx_on.png" @@ -369,7 +369,7 @@ App({ "/pages/goods/categoryList/categoryList?type=2", "/pages/goods/categoryList/categoryList?type=1", "/pages/cart/cart/cart","/pages/user/index/index", - "/pages/temp/temp"]; + "/packageA/pages/distribution/main/main"]; if(arr_tabbar.indexOf(url)!=-1){ if(url.indexOf("categoryList?type=1")!=-1) this.globalData.cat_type=1; if(url.indexOf("categoryList?type=2")!=-1) this.globalData.cat_type=2; diff --git a/app.json b/app.json index f35d5ac..c5b7eef 100644 --- a/app.json +++ b/app.json @@ -172,7 +172,7 @@ "selectedIconPath": "packageA/images/bar/fl_on.png" }, { - "pagePath": "pages/temp/temp", + "pagePath": "packageA/pages/distribution/main/main", "text": "分销", "iconPath": "packageA/images/bar/fx.png", "selectedIconPath": "packageA/images/bar/fx_on.png" -- libgit2 0.21.4