pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. },
  9. {
  10. "path" : "pages/menu/menu",
  11. "style" :
  12. {
  13. "navigationBarTitleText": "点餐",
  14. "enablePullDownRefresh": true
  15. }
  16. }
  17. ,{
  18. "path" : "pages/order/order",
  19. "style" :
  20. {
  21. "navigationBarTitleText": "订单",
  22. "enablePullDownRefresh": true
  23. }
  24. }
  25. ,{
  26. "path" : "pages/mine/mine",
  27. "style" :
  28. {
  29. "navigationBarTitleText": "我的",
  30. "enablePullDownRefresh": true
  31. }
  32. }
  33. // ,{
  34. // "path" : "pages/cart/cart",
  35. // "style" :
  36. // {
  37. // "navigationBarTitleText": "购物车",
  38. // "enablePullDownRefresh": false
  39. // }
  40. // }
  41. ],
  42. "subPackages": [{
  43. "root": "pages/components",
  44. "pages": [ {
  45. "path": "pages/mine/content",
  46. "style": {
  47. "navigationBarTitleText": "内容",
  48. "navigationBarTextStyle": "black",
  49. "navigationBarBackgroundColor": "#ffffff"
  50. }
  51. },
  52. {
  53. "path": "pages/mine/news",
  54. "style": {
  55. "navigationBarTitleText": "新闻详情",
  56. "navigationBarTextStyle": "black",
  57. "navigationBarBackgroundColor": "#ffffff"
  58. }
  59. },
  60. {
  61. "path": "pages/pay/pay",
  62. "style": {
  63. "navigationBarTitleText": "支付",
  64. "navigationBarTextStyle": "black",
  65. "navigationBarBackgroundColor": "#ffffff"
  66. }
  67. },
  68. {
  69. "path": "pages/pay/alipay",
  70. "style": {
  71. "navigationBarTitleText": "支付宝支付",
  72. "navigationBarTextStyle": "black",
  73. "navigationBarBackgroundColor": "#ffffff"
  74. }
  75. },
  76. {
  77. "path": "pages/remark/remark",
  78. "style": {
  79. "navigationBarTitleText": "备注",
  80. "navigationBarTextStyle": "black",
  81. "navigationBarBackgroundColor": "#ffffff"
  82. }
  83. }, {
  84. "path": "pages/packages/index",
  85. "style": {
  86. "navigationBarTitleText": "可用优惠券",
  87. "navigationBarTextStyle": "black",
  88. "navigationBarBackgroundColor": "#ffffff",
  89. "enablePullDownRefresh": true
  90. }
  91. },
  92. {
  93. "path": "pages/login/login",
  94. "style": {
  95. "navigationBarTitleText": "登录",
  96. "navigationBarTextStyle": "black",
  97. "navigationBarBackgroundColor": "#ffffff"
  98. }
  99. },
  100. {
  101. "path": "pages/login/logout",
  102. "style": {
  103. "navigationBarTitleText": "退出登录"
  104. }
  105. },
  106. {
  107. "path": "pages/address/address",
  108. "style": {
  109. "navigationBarTitleText": "我的地址",
  110. "navigationBarTextStyle": "black",
  111. "navigationBarBackgroundColor": "#ffffff"
  112. }
  113. }, {
  114. "path": "pages/address/add",
  115. "style": {
  116. "navigationBarTitleText": "添加地址",
  117. "navigationBarTextStyle": "black",
  118. "navigationBarBackgroundColor": "#ffffff"
  119. }
  120. }, {
  121. "path": "pages/orders/orders",
  122. "style": {
  123. "navigationBarTitleText": "历史订单",
  124. "navigationBarTextStyle": "black",
  125. "navigationBarBackgroundColor": "#ffffff",
  126. "enablePullDownRefresh": true,
  127. "onReachBottomDistance": 50
  128. }
  129. }, {
  130. "path": "pages/orders/detail",
  131. "style": {
  132. "navigationBarTitleText": "订单详情",
  133. "navigationBarTextStyle": "black",
  134. "navigationBarBackgroundColor": "#ffffff"
  135. }
  136. }, {
  137. "path": "pages/coupons/coupons",
  138. "style": {
  139. "enablePullDownRefresh": true,
  140. "navigationBarTitleText": "我的卡券",
  141. "navigationBarTextStyle": "black",
  142. "navigationBarBackgroundColor": "#ffffff"
  143. }
  144. }, {
  145. "path": "pages/mine/userinfo",
  146. "style": {
  147. "navigationBarTitleText": "用户信息",
  148. "navigationBarTextStyle": "black",
  149. "navigationBarBackgroundColor": "#ffffff"
  150. }
  151. },
  152. {
  153. "path": "pages/shop/shop",
  154. "style": {
  155. "navigationBarTitleText": "店铺",
  156. "navigationBarTextStyle": "black",
  157. "navigationBarBackgroundColor": "#ffffff"
  158. }
  159. }, {
  160. "path": "pages/balance/bill",
  161. "style": {
  162. "navigationBarTitleText": "账单",
  163. "navigationBarTextStyle": "black",
  164. "navigationBarBackgroundColor": "#ffffff"
  165. }
  166. },{
  167. "path": "pages/balance/balance",
  168. "style": {
  169. "navigationBarTitleText": "会员储值",
  170. "navigationBarTextStyle": "black",
  171. "navigationBarBackgroundColor": "#ffffff"
  172. }
  173. }
  174. ,{
  175. "path" : "pages/orders/refund",
  176. "style" :
  177. {
  178. "navigationBarTitleText": "退款",
  179. "enablePullDownRefresh": false
  180. }
  181. },
  182. {
  183. "path": "pages/scoreproduct/list",
  184. "style": {
  185. "navigationBarTitleText": "积分商城",
  186. "enablePullDownRefresh": true
  187. }
  188. }, {
  189. "path": "pages/scoreproduct/detail",
  190. "style": {
  191. "navigationBarTitleText": "产品详情",
  192. "enablePullDownRefresh": true
  193. }
  194. }, {
  195. "path": "pages/scoreproduct/order",
  196. "style": {
  197. "navigationBarTitleText": "订单列表",
  198. "enablePullDownRefresh": true
  199. }
  200. }, {
  201. "path": "pages/scoreproduct/orderDetail",
  202. "style": {
  203. "navigationBarTitleText": "订单详情",
  204. "enablePullDownRefresh": true
  205. }
  206. }
  207. ,{
  208. "path" : "pages/scoreproduct/confirm",
  209. "style" :
  210. {
  211. "navigationBarTitleText": "确认",
  212. "enablePullDownRefresh": false
  213. }
  214. }
  215. ,{
  216. "path" : "pages/scan/scan",
  217. "style" :
  218. {
  219. "navigationBarTitleText": "扫码点餐",
  220. "enablePullDownRefresh": false
  221. }
  222. }
  223. ,{
  224. "path" : "pages/vip/detail",
  225. "style" :
  226. {
  227. "navigationBarTitleText": "会员卡详情",
  228. "enablePullDownRefresh": false
  229. }
  230. },
  231. {
  232. "path" : "pages/vip/vip",
  233. "style" :
  234. {
  235. "navigationBarTitleText": "会员卡列表",
  236. "enablePullDownRefresh": false
  237. }
  238. },
  239. {
  240. "path" : "pages/menudetail/menudetail",
  241. "style" :
  242. {
  243. "navigationBarTitleText": "详情",
  244. "enablePullDownRefresh": false
  245. }
  246. },
  247. {
  248. "path" : "pages/merchant/index",
  249. "style" :
  250. {
  251. "navigationBarTitleText": "商家中心",
  252. "enablePullDownRefresh": false
  253. }
  254. },
  255. {
  256. "path" : "pages/merchant/order",
  257. "style" :
  258. {
  259. "navigationBarTitleText": "订单列表",
  260. "enablePullDownRefresh": false
  261. }
  262. },
  263. {
  264. "path" : "pages/merchant/cash",
  265. "style" :
  266. {
  267. "navigationBarTitleText": "提现",
  268. "enablePullDownRefresh": false
  269. }
  270. },
  271. {
  272. "path" : "pages/merchant/addCard",
  273. "style" :
  274. {
  275. "navigationBarTitleText": "添加银行卡",
  276. "enablePullDownRefresh": false
  277. }
  278. },
  279. {
  280. "path" : "pages/merchant/wallet",
  281. "style" :
  282. {
  283. "navigationBarTitleText": "我的钱包",
  284. "enablePullDownRefresh": false
  285. }
  286. },
  287. {
  288. "path" : "pages/merchant/orderDetail",
  289. "style" :
  290. {
  291. "navigationBarTitleText": "我的钱包",
  292. "enablePullDownRefresh": false
  293. }
  294. },
  295. {
  296. "path" : "pages/merchant/my",
  297. "style" :
  298. {
  299. "navigationBarTitleText": "我的",
  300. "enablePullDownRefresh": false
  301. }
  302. },
  303. {
  304. "path" : "pages/merchant/shopInfo",
  305. "style" :
  306. {
  307. "navigationBarTitleText": "店铺资料",
  308. "enablePullDownRefresh": false
  309. }
  310. },
  311. {
  312. "path" : "pages/merchant/cashAccount",
  313. "style" :
  314. {
  315. "navigationBarTitleText": "提现账号",
  316. "enablePullDownRefresh": false
  317. }
  318. },
  319. {
  320. "path" : "pages/merchant/withdrawal",
  321. "style" :
  322. {
  323. "navigationBarTitleText": "提现明细",
  324. "enablePullDownRefresh": false
  325. }
  326. },
  327. {
  328. "path" : "pages/merchant/bell",
  329. "style" :
  330. {
  331. "navigationBarTitleText": "桌台",
  332. "enablePullDownRefresh": false
  333. }
  334. }
  335. ,{
  336. "path" : "pages/due/index",
  337. "style" :
  338. {
  339. "navigationBarTitleText": "预约",
  340. "enablePullDownRefresh": false
  341. }
  342. },
  343. {
  344. "path" : "pages/due/detail",
  345. "style" :
  346. {
  347. "navigationBarTitleText": "预约详情",
  348. "enablePullDownRefresh": false
  349. }
  350. },
  351. {
  352. "path" : "pages/due/orders",
  353. "style" :
  354. {
  355. "navigationBarTitleText": "预约订单",
  356. "enablePullDownRefresh": false
  357. }
  358. },
  359. {
  360. "path" : "pages/cart/cart",
  361. "style" :
  362. {
  363. "navigationBarTitleText": "购物车",
  364. "enablePullDownRefresh": false
  365. }
  366. }
  367. ]
  368. }],
  369. "globalStyle": {
  370. "navigationBarTextStyle": "black",
  371. "navigationBarTitleText": " ",
  372. "navigationBarBackgroundColor": "#ffffff",
  373. "backgroundColor": "#ffffff",
  374. "navigationStyle": "custom"
  375. },
  376. "tabBar": {
  377. "color": "#919293",
  378. "selectedColor": "#000",
  379. "backgroundColor": "#fff",
  380. "borderStyle": "black",
  381. "list": [{
  382. "pagePath": "pages/index/index",
  383. "text": "首页",
  384. "iconPath": "static/images/tabBar/index.png",
  385. "selectedIconPath": "static/images/tabBar/index_selected.png"
  386. },
  387. {
  388. "pagePath": "pages/menu/menu",
  389. "text": "点餐",
  390. "iconPath": "static/images/tabBar/drink.png",
  391. "selectedIconPath": "static/images/tabBar/drink-selected.png"
  392. }
  393. // {
  394. // "pagePath": "pages/cart/cart",
  395. // "text": "购物车",
  396. // "iconPath": "static/images/tabBar/cart.png",
  397. // "selectedIconPath": "static/images/tabBar/cart-selected.png"
  398. // }
  399. ,{
  400. "pagePath": "pages/order/order",
  401. "text": "订单",
  402. "iconPath": "static/images/tabBar/order.png",
  403. "selectedIconPath": "static/images/tabBar/order-selected.png"
  404. }, {
  405. "pagePath": "pages/mine/mine",
  406. "text": "我的",
  407. "iconPath": "static/images/tabBar/mine.png",
  408. "selectedIconPath": "static/images/tabBar/mine_selected.png"
  409. }
  410. ]
  411. },
  412. "uniIdRouter": {}
  413. }