pages-b.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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": "pages/common/redirect",
  29. "style": {
  30. "navigationBarTitleText": "加载中..."
  31. }
  32. },
  33. {
  34. "path": "pages/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. "enablePullDownRefresh": true
  116. }
  117. },
  118. {
  119. "path": "buy",
  120. "style": {
  121. "navigationBarTitleText": "订单确认"
  122. }
  123. }
  124. ]
  125. },
  126. {
  127. "root": "pages/interest",
  128. "pages": [
  129. {
  130. "path": "invite",
  131. "style": {
  132. "navigationBarTitleText": "邀请排行",
  133. "enablePullDownRefresh": true
  134. }
  135. },
  136. {
  137. "path": "level",
  138. "style": {
  139. "navigationBarTitleText": "会员等级",
  140. "enablePullDownRefresh": true
  141. }
  142. }
  143. ]
  144. },
  145. {
  146. "root": "pages/chat",
  147. "pages": [
  148. {
  149. "path": "index",
  150. "style": {
  151. "navigationBarTitleText": "客服",
  152. "enablePullDownRefresh": true
  153. }
  154. }
  155. ]
  156. }
  157. ],
  158. "globalStyle": {
  159. // #ifdef H5
  160. "navigationStyle": "custom",
  161. // #endif
  162. "navigationBarBackgroundColor": "#fff",
  163. "navigationBarTitleText": "花卉宝",
  164. "navigationBarTextStyle": "black"
  165. },
  166. "tabBar": {
  167. "color": "#C0C4CC",
  168. "selectedColor": "#fa436a",
  169. "borderStyle": "black",
  170. "backgroundColor": "#ffffff",
  171. "list": [{
  172. "pagePath": "pages/home/index",
  173. "iconPath": "static/images/common/home-no.png",
  174. "selectedIconPath": "static/images/common/home-is.png",
  175. "text": "首页"
  176. },
  177. {
  178. "pagePath": "pages/home/category",
  179. "iconPath": "static/images/common/category-no.png",
  180. "selectedIconPath": "static/images/common/category-is.png",
  181. "text": "分类"
  182. },
  183. {
  184. "pagePath": "pages/home/shop",
  185. "iconPath": "static/images/common/shop-no.png",
  186. "selectedIconPath": "static/images/common/shop-is.png",
  187. "text": "门店"
  188. },
  189. {
  190. "pagePath": "pages/home/user",
  191. "iconPath": "static/images/common/user-no.png",
  192. "selectedIconPath": "static/images/common/user-is.png",
  193. "text": "我的"
  194. }
  195. ]
  196. }
  197. }