m-pages.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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. },
  89. {
  90. "root": "pages/coupon",
  91. "pages": [
  92. {
  93. "path": "list",
  94. "style": {
  95. "navigationBarTitleText": "优惠券",
  96. "enablePullDownRefresh": true
  97. }
  98. }
  99. ]
  100. },
  101. {
  102. "root": "pages/order",
  103. "pages": [
  104. {
  105. "path": "list",
  106. "style": {
  107. "navigationBarTitleText": "订单列表",
  108. "enablePullDownRefresh": true
  109. }
  110. },
  111. {
  112. "path": "detail",
  113. "style": {
  114. "navigationBarTitleText": "订单列表"
  115. }
  116. },
  117. {
  118. "path": "buy",
  119. "style": {
  120. "navigationBarTitleText": "订单确认"
  121. }
  122. },
  123. {
  124. "path": "comment",
  125. "style": {
  126. "navigationBarTitleText": "评价"
  127. }
  128. }
  129. ]
  130. },
  131. {
  132. "root": "pages/interest",
  133. "pages": [
  134. {
  135. "path": "invite",
  136. "style": {
  137. "navigationBarTitleText": "邀请排行",
  138. "enablePullDownRefresh": true
  139. }
  140. },
  141. {
  142. "path": "level",
  143. "style": {
  144. "navigationBarTitleText": "会员等级",
  145. "enablePullDownRefresh": true
  146. }
  147. }
  148. ]
  149. },
  150. {
  151. "root": "pages/chat",
  152. "pages": [
  153. {
  154. "path": "index",
  155. "style": {
  156. "navigationBarTitleText": "客服",
  157. "enablePullDownRefresh": true
  158. }
  159. }
  160. ]
  161. }
  162. ],
  163. "globalStyle": {
  164. // #ifdef H5
  165. "navigationStyle": "custom",
  166. // #endif
  167. "navigationBarBackgroundColor": "#fff",
  168. "navigationBarTitleText": "花卉宝",
  169. "navigationBarTextStyle": "black"
  170. },
  171. "tabBar": {
  172. "color": "#C0C4CC",
  173. "selectedColor": "#fa436a",
  174. "borderStyle": "black",
  175. "backgroundColor": "#ffffff",
  176. "list": [{
  177. "pagePath": "pages/home/index",
  178. "iconPath": "static/images/common/home-no.png",
  179. "selectedIconPath": "static/images/common/home-is.png",
  180. "text": "首页"
  181. },
  182. {
  183. "pagePath": "pages/home/category",
  184. "iconPath": "static/images/common/category-no.png",
  185. "selectedIconPath": "static/images/common/category-is.png",
  186. "text": "分类"
  187. },
  188. {
  189. "pagePath": "pages/home/shop",
  190. "iconPath": "static/images/common/shop-no.png",
  191. "selectedIconPath": "static/images/common/shop-is.png",
  192. "text": "门店"
  193. },
  194. {
  195. "pagePath": "pages/home/user",
  196. "iconPath": "static/images/common/user-no.png",
  197. "selectedIconPath": "static/images/common/user-is.png",
  198. "text": "我的"
  199. }
  200. ]
  201. }
  202. }