环卫车小程序前端代码
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.

221 lines
5.3 KiB

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