pages.json 6.4 KB

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