Blame view
src/pages.json
5.24 KB
eab89b254 updates |
1 2 3 |
{ "pages" : [ { |
863d3aa95 新增验光数据页面 |
4 |
"path" : "pages/user/user", |
eab89b254 updates |
5 |
"style" : { |
863d3aa95 新增验光数据页面 |
6 |
"navigationBarTitleText" : "我的" |
eab89b254 updates |
7 |
} |
5b513503f 验光数据页面 |
8 9 10 11 12 |
}, { "path" : "pages/addOpticsData/addOpticsData", "style" : { "navigationBarTitleText" : "验光数据"} |
eab89b254 updates |
13 14 |
}, { |
863d3aa95 新增验光数据页面 |
15 |
"path" : "pages/index/index", |
eab89b254 updates |
16 |
"style" : { |
863d3aa95 新增验光数据页面 |
17 |
"navigationBarTitleText" : "商城一览" |
eab89b254 updates |
18 19 20 |
} }, { |
9a8f39ae3 订单 |
21 |
"path" : "pages/detailsChoiceArgs/detailsChoiceArgs", |
eab89b254 updates |
22 |
"style" : { |
9a8f39ae3 订单 |
23 |
"navigationBarTitleText" : "镜片名称名称" |
eab89b254 updates |
24 25 26 |
} }, { |
9a8f39ae3 订单 |
27 |
"path" : "pages/purchaseLenses/purchaseLenses", |
eab89b254 updates |
28 |
"style" : { |
9a8f39ae3 订单 |
29 |
"navigationBarTitleText" : "产品选购" |
eab89b254 updates |
30 31 32 |
} }, { |
9a8f39ae3 订单 |
33 |
"path" : "pages/lensDetails/lensDetails", |
eab89b254 updates |
34 35 36 37 38 |
"style" : { "navigationBarTitleText" : "产品详情" } }, { |
9a8f39ae3 订单 |
39 |
"path" : "pages/myOrderPaying/myOrderPaying", |
eab89b254 updates |
40 |
"style" : { |
9a8f39ae3 订单 |
41 |
"navigationBarTitleText" : "我的订单" |
eab89b254 updates |
42 43 44 |
} }, { |
9a8f39ae3 订单 |
45 |
"path" : "pages/myOrder/myOrder", |
eab89b254 updates |
46 |
"style" : { |
9a8f39ae3 订单 |
47 |
"navigationBarTitleText" : "我的订单" |
eab89b254 updates |
48 49 50 |
} }, { |
9a8f39ae3 订单 |
51 |
"path" : "pages/cart/cart", |
eab89b254 updates |
52 |
"style" : { |
9a8f39ae3 订单 |
53 |
"navigationBarTitleText" : "购物车" |
eab89b254 updates |
54 55 |
} }, |
d1ce60f3d 合并冲突 |
56 57 58 59 60 61 |
// { // "path" : "pages/frameDetail/frameDetail", // "style" : { // "navigationBarTitleText" : "产品详情" // } // }, |
eab89b254 updates |
62 |
{ |
9a8f39ae3 订单 |
63 |
"path" : "pages/refundProgress/refundProgress", |
eab89b254 updates |
64 |
"style" : { |
9a8f39ae3 订单 |
65 |
"navigationBarTitleText" : "申请退款" |
eab89b254 updates |
66 67 68 |
} }, { |
7d6833f2c 地址列表 |
69 |
"path" : "pages/address/addAddress", |
9a8f39ae3 订单 |
70 71 72 |
"style" : { "navigationBarTitleText" : "新增地址" } |
eab89b254 updates |
73 74 |
}, { |
7d6833f2c 地址列表 |
75 76 77 78 79 80 |
"path" : "pages/address/addressList", "style" : { "navigationBarTitleText" : "地址管理" } }, { |
9a8f39ae3 订单 |
81 82 83 84 |
"path" : "pages/confirmOrder/confirmOrder", "style" : { "navigationBarTitleText" : "确认订单" } |
eab89b254 updates |
85 86 |
}, { |
9a8f39ae3 订单 |
87 88 89 90 |
"path" : "pages/refundment/refundWays", "style" : { "navigationBarTitleText" : "退款方式" } |
eab89b254 updates |
91 92 |
}, { |
9a8f39ae3 订单 |
93 |
"path" : "pages/refundment/refundment", |
eab89b254 updates |
94 |
"style" : { |
9a8f39ae3 订单 |
95 |
"navigationBarTitleText" : "申请退款" |
eab89b254 updates |
96 97 98 |
} }, { |
9a8f39ae3 订单 |
99 |
"path" : "pages/predelivery/predelivery", |
eab89b254 updates |
100 |
"style" : { |
9a8f39ae3 订单 |
101 |
"navigationBarTitleText" : "待发货" |
eab89b254 updates |
102 103 104 |
} }, { |
9a8f39ae3 订单 |
105 |
"path" : "pages/customerService/customerService", |
eab89b254 updates |
106 |
"style" : { |
9a8f39ae3 订单 |
107 |
"navigationBarTitleText" : "在线客服" |
eab89b254 updates |
108 109 110 111 112 113 114 115 116 117 118 119 120 |
} }, { "path" : "pages/detailStandard/detailStandard_sun", "style" : { "navigationBarTitleText" : "太阳镜选购页" } }, { "path" : "pages/detailStandard/detailStandard_k", "style" : { "navigationBarTitleText" : "镜框选购页" } |
9a8f39ae3 订单 |
121 |
} |
d1ce60f3d 合并冲突 |
122 |
|
863d3aa95 新增验光数据页面 |
123 124 125 126 |
,{ "path" : "pages/newOpticsData/newOpticsData", "style" : {"navigationBarTitleText" : "验光数据"} } |
eab89b254 updates |
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 |
], "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" : "我的" } ] }, "condition" : { |
7d6833f2c 地址列表 |
161 |
"current" : 0, |
eab89b254 updates |
162 163 |
"list" : [ { |
7d6833f2c 地址列表 |
164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 |
"name" : "首页", "path" : "pages/index/index", "query" : "" }, { "name" : "镜片、美瞳参数选购", "path" : "pages/purchaseLenses/purchaseLenses", "query" : "" }, { "name" : "新增地址", "path" : "pages/address/addAddress", "query" : "" }, { "name" : "地址管理", "path" : "pages/address/addressList", "query" : "" |
eab89b254 updates |
179 180 181 |
} ] } |
1df0f126a 合并冲突 |
182 |
} |