Showing
1 changed file
with
8 additions
and
6 deletions
@@ -6,22 +6,24 @@ | @@ -6,22 +6,24 @@ | ||
6 | "pages/userCenter/userCenter", | 6 | "pages/userCenter/userCenter", |
7 | "pages/productList/index", | 7 | "pages/productList/index", |
8 | "pages/productListFilter/filter", | 8 | "pages/productListFilter/filter", |
9 | + "pages/goodsList/goodsList", | ||
9 | "pages/webview/webview", | 10 | "pages/webview/webview", |
10 | "pages/category/brands", | 11 | "pages/category/brands", |
11 | - "pages/brandStore/brandStore", | 12 | + "pages/goodsList/brandStore", |
12 | "pages/search/search", | 13 | "pages/search/search", |
13 | - "pages/brandStore/brand", | 14 | + "pages/goodsList/productListFilterPage", |
15 | + "pages/goodsList/brand", | ||
14 | "pages/userCenter/serviceFeedBack/serviceFeedBack", | 16 | "pages/userCenter/serviceFeedBack/serviceFeedBack", |
15 | "pages/userCenter/addressManager/addressManager", | 17 | "pages/userCenter/addressManager/addressManager", |
16 | "pages/userCenter/addressManager/addressEditer/addressEditer", | 18 | "pages/userCenter/addressManager/addressEditer/addressEditer", |
17 | "pages/orders/orders", | 19 | "pages/orders/orders", |
18 | "pages/orders/antifraud/antifraud", | 20 | "pages/orders/antifraud/antifraud", |
19 | "pages/orders/orderDetail/orderDetail", | 21 | "pages/orders/orderDetail/orderDetail", |
20 | - "pages/orders/newArrival", | 22 | + "pages/goodsList/newArrival", |
21 | "pages/goodsDetail/goodsDetail", | 23 | "pages/goodsDetail/goodsDetail", |
22 | "pages/shopCart/giftPage", | 24 | "pages/shopCart/giftPage", |
23 | - "pages/statements/statements", | ||
24 | - "pages/invoice/invoceDetail" | 25 | + "pages/statements/statements" |
26 | + // "pages/invoice/invoceDetail" | ||
25 | ], | 27 | ], |
26 | "window":{ | 28 | "window":{ |
27 | "navigationBarBackgroundColor": "#3a3a3a", | 29 | "navigationBarBackgroundColor": "#3a3a3a", |
@@ -46,7 +48,7 @@ | @@ -46,7 +48,7 @@ | ||
46 | "pagePath": "pages/category/category", | 48 | "pagePath": "pages/category/category", |
47 | "iconPath": "images/tabbar_bl_n@3x.png", | 49 | "iconPath": "images/tabbar_bl_n@3x.png", |
48 | "selectedIconPath": "images/tabbar_bl_h@3x.png", | 50 | "selectedIconPath": "images/tabbar_bl_h@3x.png", |
49 | - "text": "分类" | 51 | + "text": "品类" |
50 | }, { | 52 | }, { |
51 | "pagePath": "pages/shopCart/shopCart", | 53 | "pagePath": "pages/shopCart/shopCart", |
52 | "iconPath": "images/tabbar_gwc_n@2x.png", | 54 | "iconPath": "images/tabbar_gwc_n@2x.png", |
-
Please register or login to post a comment