Blame view
src/pages.json
3.26 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 |
} }, |
a8284c675 修改冲突 |
9 10 11 12 13 |
{ "path" : "pages/myOrder/myOrder", "style" : { "navigationBarTitleText": "我的订单"} }, |
e7121c710 detail update |
14 |
{ |
9ff2df1bf 文件名称规范 |
15 |
"path": "pages/frameDetail/frameDetail", |
0db291810 “-mcomfirmOder页面 |
16 |
"style": { |
5d6200770 改冲突 |
17 |
"navigationBarTitleText": "产品详情" |
0db291810 “-mcomfirmOder页面 |
18 19 |
} }, |
e7121c710 detail update |
20 |
{ |
9ff2df1bf 文件名称规范 |
21 |
"path": "pages/lensDetails/lensDetails", |
e7121c710 detail update |
22 23 |
"style": { "navigationBarTitleText": "产品详情" |
0db291810 “-mcomfirmOder页面 |
24 25 |
} }, |
0508098fe 首页筛选列表接口获取 |
26 27 28 29 30 31 |
{ "path": "pages/cart/cart", "style": { "navigationBarTitleText": "购物车" } }, |
71166190e add purchase |
32 33 34 35 36 37 |
{ "path" : "pages/purchaseLenses/purchaseLenses", "style" : { "navigationBarTitleText": "产品选购" } }, |
2e191f6b1 修改详情页 |
38 39 40 41 42 43 |
{ "path" : "pages/refundProgress/refundProgress", "style": { "navigationBarTitleText": "申请退款" } }, |
936893552 新增地址页面 |
44 |
{ |
9ff2df1bf 文件名称规范 |
45 |
"path": "pages/addAddress/addAddress", |
936893552 新增地址页面 |
46 47 48 49 |
"style": { "navigationBarTitleText": "新增地址" } }, |
435c08bd8 新增订单详情页面 |
50 51 52 |
{ "path" : "pages/confirmOrder/confirmOrder", "style" : { |
a8284c675 修改冲突 |
53 |
"navigationBarTitleText": "确认订单" |
0db291810 “-mcomfirmOder页面 |
54 |
} |
435c08bd8 新增订单详情页面 |
55 |
}, |
a8284c675 修改冲突 |
56 57 58 59 60 61 |
{ "path": "pages/user/user", "style": { "navigationBarTitleText": "我的" } }, |
435c08bd8 新增订单详情页面 |
62 |
{ |
9ff2df1bf 文件名称规范 |
63 |
"path": "pages/refundment/refundWays" |
b2df28807 路由 |
64 65 66 |
}, { "path": "pages/refundment/refundment" |
066667dc4 add refundProgress |
67 68 |
}, { |
6111092e8 update cart |
69 |
"path": "pages/predelivery/predelivery" |
b2df28807 路由 |
70 71 |
}, { |
ab4209caf update |
72 73 74 75 |
"path": "pages/customerService/customerService", "style":{ "navigationBarTitleText" : "在线客服" } |
4de4be344 客服在线和我的订单-待付款 |
76 77 |
}, { |
0508098fe 首页筛选列表接口获取 |
78 |
"path": "pages/myOrderPaying/myOrderPaying", |
ab4209caf update |
79 80 81 82 83 84 85 86 |
"style":{ "navigationBarTitleText" : "我的订单" } }, { "path": "pages/detailsChoiceArgs/detailsChoiceArgs", "style":{ "navigationBarTitleText" : "镜片名称名称" |
0508098fe 首页筛选列表接口获取 |
87 |
} |
7d9acd27a 选购页 |
88 89 90 91 92 93 94 95 96 97 98 99 100 |
}, { "path" : "pages/detailStandard/detailStandard_sun", "style": { "navigationBarTitleText": "太阳镜选购页" } }, { "path" : "pages/detailStandard/detailStandard_k", "style": { "navigationBarTitleText": "镜框选购页" } } |
f7e3068a1 update |
101 |
|
0db291810 “-mcomfirmOder页面 |
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
], "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": "我的" } ] |
ab4209caf update |
133 134 135 136 137 138 139 140 141 142 |
}, "condition" : { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [ { "name": "", //模式名称 "path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 } ] |
0db291810 “-mcomfirmOder页面 |
143 |
} |
09a4a9a0a 修改冲突 |
144 |
} |