pages.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "backgroundTextStyle": "dark",
  7. "navigationBarBackgroundColor": "#fff",
  8. "navigationBarTextStyle": "black",
  9. "enablePullDownRefresh": true,
  10. "navigationBarTitleText": "mall4j"
  11. }
  12. },
  13. {
  14. "path": "pages/user/user",
  15. "style": {
  16. "navigationBarTitleText": "个人中心"
  17. }
  18. },
  19. {
  20. "path": "pages/basket/basket",
  21. "style": {
  22. "backgroundTextStyle": "light",
  23. "navigationBarBackgroundColor": "#fff",
  24. "navigationBarTitleText": "购物车",
  25. "navigationBarTextStyle": "black"
  26. }
  27. },
  28. {
  29. "path": "pages/category/category",
  30. "style": {
  31. "backgroundTextStyle": "light",
  32. "navigationBarBackgroundColor": "#fff",
  33. "navigationBarTitleText": "分类商品",
  34. "navigationBarTextStyle": "black"
  35. }
  36. },
  37. {
  38. "path": "pages/sub-category/sub-category"
  39. },
  40. {
  41. "path": "pages/search-page/search-page",
  42. "style": {
  43. "backgroundTextStyle": "light",
  44. "navigationBarBackgroundColor": "#fff",
  45. "navigationBarTitleText": "搜索",
  46. "navigationBarTextStyle": "black"
  47. }
  48. },
  49. {
  50. "path": "pages/delivery-address/delivery-address",
  51. "style": {
  52. "backgroundTextStyle": "light",
  53. "navigationBarBackgroundColor": "#fff",
  54. "navigationBarTitleText": "收货地址",
  55. "navigationBarTextStyle": "black"
  56. }
  57. },
  58. {
  59. "path": "pages/editAddress/editAddress",
  60. "style": {
  61. "backgroundTextStyle": "light",
  62. "navigationBarBackgroundColor": "#fff",
  63. "navigationBarTitleText": "编辑收货地址",
  64. "navigationBarTextStyle": "black"
  65. }
  66. },
  67. {
  68. "path": "pages/orderList/orderList",
  69. "style": {
  70. "backgroundTextStyle": "light",
  71. "navigationBarTitleText": "订单列表",
  72. "navigationBarTextStyle": "black",
  73. "navigationBarBackgroundColor": "#fafafa"
  74. }
  75. },
  76. {
  77. "path": "pages/order-detail/order-detail",
  78. "style": {
  79. "backgroundTextStyle": "light",
  80. "navigationBarBackgroundColor": "#fff",
  81. "navigationBarTitleText": "订单详情",
  82. "navigationBarTextStyle": "black"
  83. }
  84. },
  85. {
  86. "path": "pages/submit-order/submit-order",
  87. "style": {
  88. "backgroundTextStyle": "light",
  89. "navigationBarBackgroundColor": "#fff",
  90. "navigationBarTitleText": "提交订单",
  91. "navigationBarTextStyle": "black"
  92. }
  93. },
  94. {
  95. "path": "pages/express-delivery/express-delivery",
  96. "style": {
  97. "backgroundTextStyle": "light",
  98. "navigationBarBackgroundColor": "#fff",
  99. "navigationBarTitleText": "物流查询",
  100. "navigationBarTextStyle": "black"
  101. }
  102. },
  103. {
  104. "path": "pages/pay-result/pay-result",
  105. "style": {
  106. "backgroundTextStyle": "light",
  107. "navigationBarBackgroundColor": "#fff",
  108. "navigationBarTitleText": "支付结果",
  109. "navigationBarTextStyle": "black"
  110. }
  111. },
  112. {
  113. "path": "pages/search-prod-show/search-prod-show",
  114. "style": {
  115. "backgroundTextStyle": "light",
  116. "navigationBarBackgroundColor": "#fff",
  117. "navigationBarTitleText": "搜索结果",
  118. "navigationBarTextStyle": "black"
  119. }
  120. },
  121. {
  122. "path": "pages/prod/prod",
  123. "style": {
  124. "navigationBarTitleText": "商品详情"
  125. }
  126. },
  127. {
  128. "path": "pages/prod-classify/prod-classify",
  129. "style": {
  130. "onReachBottomDistance": 0
  131. }
  132. },
  133. {
  134. "path": "pages/recent-news/recent-news",
  135. "style": {
  136. "backgroundTextStyle": "light",
  137. "navigationBarTitleText": "最新公告",
  138. "navigationBarTextStyle": "black",
  139. "navigationBarBackgroundColor": "#fafafa"
  140. }
  141. },
  142. {
  143. "path": "pages/news-detail/news-detail",
  144. "style": {
  145. "backgroundTextStyle": "light",
  146. "navigationBarTitleText": "最新公告",
  147. "navigationBarTextStyle": "black",
  148. "navigationBarBackgroundColor": "#fafafa"
  149. }
  150. },
  151. {
  152. "path": "pages/accountLogin/accountLogin"
  153. },
  154. {
  155. "path": "pages/register/register"
  156. }
  157. ],
  158. "tabBar": {
  159. "selectedColor": "#3a86b9",
  160. "color": "#b8b8b8",
  161. "list": [
  162. {
  163. "pagePath": "pages/index/index",
  164. "text": "首页",
  165. "iconPath": "/static/images/tabbar/homepage.png",
  166. "selectedIconPath": "/static/images/tabbar/homepage-sel.png"
  167. },
  168. {
  169. "pagePath": "pages/category/category",
  170. "text": "分类",
  171. "iconPath": "/static/images/tabbar/category.png",
  172. "selectedIconPath": "/static/images/tabbar/category-sel.png"
  173. },
  174. {
  175. "pagePath": "pages/basket/basket",
  176. "text": "购物车",
  177. "iconPath": "/static/images/tabbar/basket.png",
  178. "selectedIconPath": "/static/images/tabbar/basket-sel.png"
  179. },
  180. {
  181. "pagePath": "pages/user/user",
  182. "text": "我的",
  183. "iconPath": "/static/images/tabbar/user.png",
  184. "selectedIconPath": "/static/images/tabbar/user-sel.png"
  185. }
  186. ]
  187. },
  188. "sitemapLocation": "sitemap.json",
  189. "globalStyle": {
  190. "backgroundTextStyle": "light",
  191. "navigationBarBackgroundColor": "#fff",
  192. "navigationBarTitleText": "WeChat",
  193. "navigationBarTextStyle": "black"
  194. },
  195. "subPackages": []
  196. }