pages.json 6.2 KB

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