环卫车小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

210 lines
5.0 KiB

4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home/index",
  5. "style": {
  6. "navigationBarTitleText": "环卫车",
  7. "navigationStyle":"default",
  8. "navigationBarBackgroundColor": "#669A32",
  9. "navigationBarTextStyle": "white"
  10. }
  11. },
  12. {
  13. "path": "pages/user/index",
  14. "style": {
  15. "navigationBarTitleText": "我的",
  16. "navigationStyle":"default",
  17. "navigationBarBackgroundColor": "#669A32",
  18. "navigationBarTextStyle": "white"
  19. }
  20. },
  21. {
  22. "path": "pages/identity/index",
  23. "style": {
  24. "navigationBarTitleText": "选择身份",
  25. "navigationStyle":"default",
  26. "navigationBarBackgroundColor": "#669A32",
  27. "navigationBarTextStyle": "white"
  28. }
  29. },
  30. {
  31. "path": "pages/auth/index",
  32. "style": {
  33. "navigationBarTitleText": "微信登录",
  34. "navigationStyle":"custom",
  35. "navigationBarBackgroundColor": "#669A32",
  36. "navigationBarTextStyle": "white"
  37. }
  38. },
  39. {
  40. "path": "pages/login/index",
  41. "style": {
  42. "navigationStyle":"custom"
  43. }
  44. },
  45. {
  46. "path": "pages/reservation/index",
  47. "style": {
  48. "navigationBarTitleText": "我的预约",
  49. "navigationStyle":"default",
  50. "navigationBarBackgroundColor": "#669A32",
  51. "navigationBarTextStyle": "white"
  52. }
  53. }
  54. ],
  55. "subPackages": [
  56. {
  57. "root": "pages_subpack",
  58. "pages": [
  59. {
  60. "path": "apply/list",
  61. "style": {
  62. "navigationBarTitleText": "寻车列表",
  63. "navigationStyle":"default",
  64. "navigationBarBackgroundColor": "#669A32",
  65. "navigationBarTextStyle": "white"
  66. }
  67. },
  68. {
  69. "path": "apply/index",
  70. "style": {
  71. "navigationBarTitleText": "寻车申请",
  72. "navigationStyle":"default",
  73. "navigationBarBackgroundColor": "#669A32",
  74. "navigationBarTextStyle": "white"
  75. }
  76. },
  77. {
  78. "path": "category/index",
  79. "style": {
  80. "navigationBarTitleText": "分类",
  81. "navigationStyle":"default",
  82. "navigationBarBackgroundColor": "#669A32",
  83. "navigationBarTextStyle": "white"
  84. }
  85. },
  86. {
  87. "path": "news/index",
  88. "style": {
  89. "navigationBarTitleText": "新闻",
  90. "navigationStyle":"default",
  91. "navigationBarBackgroundColor": "#669A32",
  92. "navigationBarTextStyle": "white"
  93. }
  94. },
  95. {
  96. "path": "news/detail",
  97. "style": {
  98. "navigationBarTitleText": "详情",
  99. "navigationStyle":"default",
  100. "navigationBarBackgroundColor": "#669A32",
  101. "navigationBarTextStyle": "white"
  102. }
  103. },
  104. {
  105. "path": "detail/index",
  106. "style": {
  107. "navigationBarTitleText": "详情",
  108. "navigationStyle":"default",
  109. "navigationBarBackgroundColor": "#669A32",
  110. "navigationBarTextStyle": "white"
  111. }
  112. },
  113. {
  114. "path": "success/index",
  115. "style": {
  116. "navigationBarTitleText": "发布成功",
  117. "navigationStyle":"default",
  118. "navigationBarBackgroundColor": "#669A32",
  119. "navigationBarTextStyle": "white"
  120. }
  121. },
  122. {
  123. "path": "version/index",
  124. "style": {
  125. "navigationBarTitleText": "关于本程序",
  126. "navigationStyle":"default",
  127. "navigationBarBackgroundColor": "#669A32",
  128. "navigationBarTextStyle": "white"
  129. }
  130. },
  131. {
  132. "path": "recommend/index",
  133. "style": {
  134. "navigationBarTitleText": "我的推荐",
  135. "navigationStyle":"default",
  136. "navigationBarBackgroundColor": "#669A32",
  137. "navigationBarTextStyle": "white"
  138. }
  139. },
  140. {
  141. "path": "release/index",
  142. "style": {
  143. "navigationBarTitleText": "发布订单",
  144. "navigationStyle":"default",
  145. "navigationBarBackgroundColor": "#669A32",
  146. "navigationBarTextStyle": "white"
  147. }
  148. },
  149. {
  150. "path": "invite/index",
  151. "style": {
  152. "navigationBarTitleText": "邀请",
  153. "navigationStyle":"default",
  154. "navigationBarBackgroundColor": "#669A32",
  155. "navigationBarTextStyle": "white"
  156. }
  157. },
  158. {
  159. "path": "business/index",
  160. "style": {
  161. "navigationBarTitleText": "企业注册",
  162. "navigationStyle":"default",
  163. "navigationBarBackgroundColor": "#669A32",
  164. "navigationBarTextStyle": "white"
  165. }
  166. },
  167. {
  168. "path": "person/index",
  169. "style": {
  170. "navigationBarTitleText": "个人注册",
  171. "navigationStyle":"default",
  172. "navigationBarBackgroundColor": "#669A32",
  173. "navigationBarTextStyle": "white"
  174. }
  175. }
  176. ]
  177. }
  178. ],
  179. "preloadRule": {
  180. },
  181. "globalStyle": {
  182. "navigationBarBackgroundColor": "#669A32",
  183. "backgroundColor": "#f5f5f5",
  184. "navigationBarTextStyle": "black",
  185. "navigationBarTitleText": "环卫车",
  186. "backgroundColorTop": "#f5f5f5",
  187. "backgroundColorBottom": "#f5f5f5"
  188. },
  189. "tabBar": {
  190. "color": "#666666",
  191. "selectedColor": "#669A32",
  192. "backgroundColor": "#ffffff",
  193. "list": [
  194. {
  195. "pagePath": "pages/home/index",
  196. "iconPath": "static/image/home.png",
  197. "selectedIconPath": "static/image/home_selected.png",
  198. "text": "首页"
  199. }, {
  200. "pagePath": "pages/user/index",
  201. "iconPath": "static/image/user.png",
  202. "selectedIconPath": "static/image/user_selected.png",
  203. "text": "我的"
  204. }
  205. ]
  206. }
  207. }