Blame view
src/pages.json
2.21 KB
0db291810 “-mcomfirmOder页面 |
1 2 3 |
{ "pages": [ { |
5d6200770 改冲突 |
4 |
"path": "pages/index/index", |
e7121c710 detail update |
5 |
"style": { |
5d6200770 改冲突 |
6 |
"navigationBarTitleText": "商城一览" |
e7121c710 detail update |
7 8 9 |
} }, { |
5d6200770 改冲突 |
10 |
"path": "pages/detail/detail", |
0db291810 “-mcomfirmOder页面 |
11 |
"style": { |
5d6200770 改冲突 |
12 |
"navigationBarTitleText": "产品详情" |
0db291810 “-mcomfirmOder页面 |
13 14 |
} }, |
e7121c710 detail update |
15 16 17 18 |
{ "path": "pages/details-3/details-3", "style": { "navigationBarTitleText": "产品详情" |
0db291810 “-mcomfirmOder页面 |
19 20 |
} }, |
2e191f6b1 修改详情页 |
21 22 23 24 25 26 |
{ "path" : "pages/refundProgress/refundProgress", "style": { "navigationBarTitleText": "申请退款" } }, |
46e5b6c99 add myOrder |
27 28 29 30 31 |
{ "path" : "pages/myOrder/myOrder", "style" : { "navigationBarTitleText": "我的订单"} }, |
936893552 新增地址页面 |
32 33 34 35 36 37 |
{ "path": "pages/addArddess/addArddess", "style": { "navigationBarTitleText": "新增地址" } }, |
435c08bd8 新增订单详情页面 |
38 39 40 41 42 |
{ "path" : "pages/confirmOrder/confirmOrder", "style" : { "navigationBarTitleText": "确认订单"} }, |
0db291810 “-mcomfirmOder页面 |
43 44 45 46 47 48 49 50 51 52 53 |
{ "path": "pages/cart/cart", "style": { "navigationBarTitleText": "购物车" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "我的" } |
435c08bd8 新增订单详情页面 |
54 55 |
}, { |
b2df28807 路由 |
56 57 58 59 |
"path": "pages/refundment/Refundways" }, { "path": "pages/refundment/refundment" |
066667dc4 add refundProgress |
60 61 62 |
}, { "path": "pages/Predelivery/Predelivery" |
b2df28807 路由 |
63 64 |
}, { |
4de4be344 客服在线和我的订单-待付款 |
65 66 67 68 |
"path": "pages/customerService/customerService" }, { "path": "pages/myorder-paying/myorder-paying" |
0db291810 “-mcomfirmOder页面 |
69 |
} |
f7e3068a1 update |
70 |
|
0db291810 “-mcomfirmOder页面 |
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#C0C4CC", "selectedColor": "#fa436a", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tab-home.png", "selectedIconPath": "static/tab-home-current.png", "text": "首页" }, { "pagePath": "pages/cart/cart", "iconPath": "static/tab-cart.png", "selectedIconPath": "static/tab-cart-current.png", "text": "购物车" }, { "pagePath": "pages/user/user", "iconPath": "static/tab-my.png", "selectedIconPath": "static/tab-my-current.png", "text": "我的" } ] } } |