pages.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home/index",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. },
  9. {
  10. "path": "pages/home/category",
  11. "style": {
  12. "navigationBarTitleText": "分类"
  13. }
  14. },
  15. {
  16. "path": "pages/home/shop",
  17. "style": {
  18. "navigationBarTitleText": "门店"
  19. }
  20. },
  21. {
  22. "path": "pages/home/user",
  23. "style": {
  24. "navigationBarTitleText": "我的"
  25. }
  26. },
  27. {
  28. "path": "common/redirect",
  29. "style": {
  30. "navigationBarTitleText": "加载中..."
  31. }
  32. },
  33. {
  34. "path": "common/webview",
  35. "style": {
  36. "navigationBarBackgroundColor": "#ffffff",
  37. "navigationBarTextStyle": "black"
  38. }
  39. }
  40. ],
  41. "subPackages": [
  42. {
  43. "root": "pages/user",
  44. "pages": [
  45. {
  46. "path": "register",
  47. "style": {
  48. "navigationBarTitleText": "注册"
  49. }
  50. },
  51. {
  52. "path": "password",
  53. "style": {
  54. "navigationBarTitleText": "修改密码"
  55. }
  56. }
  57. ]
  58. },
  59. {
  60. "root": "pages/goods",
  61. "pages": [
  62. {
  63. "path": "detail",
  64. "style": {
  65. "navigationBarTitleText": "详情"
  66. }
  67. }
  68. ]
  69. },
  70. {
  71. "root": "pages/pay",
  72. "pages": [
  73. {
  74. "path": "index",
  75. "style": {
  76. "navigationBarTitleText": ""
  77. }
  78. }
  79. ]
  80. },
  81. {
  82. "root": "pages/callback",
  83. "pages": [
  84. {
  85. "path": "index"
  86. },
  87. {
  88. "path": "success",
  89. "style": {
  90. "navigationBarTitleText": "支付成功"
  91. }
  92. }
  93. ]
  94. },
  95. {
  96. "root": "pages/coupon",
  97. "pages": [
  98. {
  99. "path": "list",
  100. "style": {
  101. "navigationBarTitleText": "优惠券",
  102. "enablePullDownRefresh": true
  103. }
  104. }
  105. ]
  106. },
  107. {
  108. "root": "pages/order",
  109. "pages": [
  110. {
  111. "path": "list",
  112. "style": {
  113. "navigationBarTitleText": "订单列表",
  114. "enablePullDownRefresh": true
  115. }
  116. },
  117. {
  118. "path": "detail",
  119. "style": {
  120. "navigationBarTitleText": "订单列表"
  121. }
  122. },
  123. {
  124. "path": "buy",
  125. "style": {
  126. "navigationBarTitleText": "订单确认"
  127. }
  128. },
  129. {
  130. "path": "comment",
  131. "style": {
  132. "navigationBarTitleText": "评价"
  133. }
  134. }
  135. ]
  136. },
  137. {
  138. "root": "pages/interest",
  139. "pages": [
  140. {
  141. "path": "invite",
  142. "style": {
  143. "navigationBarTitleText": "邀请排行",
  144. "enablePullDownRefresh": true
  145. }
  146. },
  147. {
  148. "path": "level",
  149. "style": {
  150. "navigationBarTitleText": "会员等级"
  151. }
  152. }
  153. ]
  154. },
  155. {
  156. "root": "pages/chat",
  157. "pages": [
  158. {
  159. "path": "index",
  160. "style": {
  161. "navigationBarTitleText": "客服",
  162. "enablePullDownRefresh": true
  163. }
  164. }
  165. ]
  166. }
  167. ],
  168. "globalStyle": {
  169. // #ifdef H5
  170. "navigationStyle": "custom",
  171. // #endif
  172. "navigationBarBackgroundColor": "#fff",
  173. "navigationBarTitleText": "花卉宝",
  174. "navigationBarTextStyle": "black"
  175. },
  176. "tabBar": {
  177. "color": "#C0C4CC",
  178. "selectedColor": "#fa436a",
  179. "borderStyle": "black",
  180. "backgroundColor": "#ffffff",
  181. "list": [
  182. {
  183. "pagePath": "pages/home/index",
  184. "iconPath": "static/images/common/home-no.png",
  185. "selectedIconPath": "static/images/common/home-is.png",
  186. "text": "首页"
  187. },
  188. {
  189. "pagePath": "pages/home/category",
  190. "iconPath": "static/images/common/category-no.png",
  191. "selectedIconPath": "static/images/common/category-is.png",
  192. "text": "分类"
  193. },
  194. {
  195. "pagePath": "pages/home/shop",
  196. "iconPath": "static/images/common/shop-no.png",
  197. "selectedIconPath": "static/images/common/shop-is.png",
  198. "text": "门店"
  199. },
  200. {
  201. "pagePath": "pages/home/user",
  202. "iconPath": "static/images/common/user-no.png",
  203. "selectedIconPath": "static/images/common/user-is.png",
  204. "text": "我的"
  205. }
  206. ]
  207. }
  208. }