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

243 lines
5.9 KiB

6 months ago
5 months ago
6 months ago
5 months ago
6 months ago
5 months ago
6 months ago
5 months ago
6 months ago
5 months ago
6 months ago
5 months ago
5 months ago
5 months ago
5 months ago
6 months ago
5 months ago
6 months ago
5 months ago
6 months ago
5 months ago
5 months ago
5 months ago
6 months ago
5 months ago
6 months ago
5 months ago
6 months ago
5 months ago
6 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": "spare/index",
  72. "style": {
  73. "navigationBarTitleText": "环卫设备及配件",
  74. "navigationStyle":"default",
  75. "navigationBarBackgroundColor": "#669A32",
  76. "navigationBarTextStyle": "white"
  77. }
  78. },
  79. {
  80. "path": "apply/list",
  81. "style": {
  82. "navigationBarTitleText": "寻车列表",
  83. "navigationStyle":"default",
  84. "navigationBarBackgroundColor": "#669A32",
  85. "navigationBarTextStyle": "white",
  86. "enablePullDownRefresh": true,
  87. "onReachBottomDistance": 100
  88. }
  89. },
  90. {
  91. "path": "apply/index",
  92. "style": {
  93. "navigationBarTitleText": "寻车申请",
  94. "navigationStyle":"default",
  95. "navigationBarBackgroundColor": "#669A32",
  96. "navigationBarTextStyle": "white"
  97. }
  98. },
  99. {
  100. "path": "category/index",
  101. "style": {
  102. "navigationBarTitleText": "分类",
  103. "navigationStyle":"default",
  104. "navigationBarBackgroundColor": "#669A32",
  105. "navigationBarTextStyle": "white"
  106. }
  107. },
  108. {
  109. "path": "news/index",
  110. "style": {
  111. "navigationBarTitleText": "新闻",
  112. "navigationStyle":"default",
  113. "navigationBarBackgroundColor": "#669A32",
  114. "navigationBarTextStyle": "white"
  115. }
  116. },
  117. {
  118. "path": "news/detail",
  119. "style": {
  120. "navigationBarTitleText": "详情",
  121. "navigationStyle":"default",
  122. "navigationBarBackgroundColor": "#669A32",
  123. "navigationBarTextStyle": "white"
  124. }
  125. },
  126. {
  127. "path": "detail/index",
  128. "style": {
  129. "navigationBarTitleText": "详情",
  130. "navigationStyle":"default",
  131. "navigationBarBackgroundColor": "#669A32",
  132. "navigationBarTextStyle": "white"
  133. }
  134. },
  135. {
  136. "path": "success/index",
  137. "style": {
  138. "navigationBarTitleText": "发布成功",
  139. "navigationStyle":"default",
  140. "navigationBarBackgroundColor": "#669A32",
  141. "navigationBarTextStyle": "white"
  142. }
  143. },
  144. {
  145. "path": "version/index",
  146. "style": {
  147. "navigationBarTitleText": "关于本程序",
  148. "navigationStyle":"default",
  149. "navigationBarBackgroundColor": "#669A32",
  150. "navigationBarTextStyle": "white"
  151. }
  152. },
  153. {
  154. "path": "recommend/index",
  155. "style": {
  156. "navigationBarTitleText": "我的推荐",
  157. "navigationStyle":"default",
  158. "navigationBarBackgroundColor": "#669A32",
  159. "navigationBarTextStyle": "white"
  160. }
  161. },
  162. {
  163. "path": "release/list",
  164. "style": {
  165. "navigationBarTitleText": "发布列表",
  166. "navigationStyle":"default",
  167. "navigationBarBackgroundColor": "#669A32",
  168. "navigationBarTextStyle": "white",
  169. "enablePullDownRefresh": true,
  170. "onReachBottomDistance": 100
  171. }
  172. },
  173. {
  174. "path": "release/index",
  175. "style": {
  176. "navigationBarTitleText": "发布订单",
  177. "navigationStyle":"default",
  178. "navigationBarBackgroundColor": "#669A32",
  179. "navigationBarTextStyle": "white"
  180. }
  181. },
  182. {
  183. "path": "invite/index",
  184. "style": {
  185. "navigationBarTitleText": "邀请",
  186. "navigationStyle":"default",
  187. "navigationBarBackgroundColor": "#669A32",
  188. "navigationBarTextStyle": "white"
  189. }
  190. },
  191. {
  192. "path": "business/index",
  193. "style": {
  194. "navigationBarTitleText": "企业认证",
  195. "navigationStyle":"default",
  196. "navigationBarBackgroundColor": "#669A32",
  197. "navigationBarTextStyle": "white"
  198. }
  199. },
  200. {
  201. "path": "person/index",
  202. "style": {
  203. "navigationBarTitleText": "个人认证",
  204. "navigationStyle":"default",
  205. "navigationBarBackgroundColor": "#669A32",
  206. "navigationBarTextStyle": "white"
  207. }
  208. }
  209. ]
  210. }
  211. ],
  212. "preloadRule": {
  213. },
  214. "globalStyle": {
  215. "navigationBarBackgroundColor": "#669A32",
  216. "backgroundColor": "#f5f5f5",
  217. "navigationBarTextStyle": "black",
  218. "navigationBarTitleText": "老环卫",
  219. "backgroundColorTop": "#f5f5f5",
  220. "backgroundColorBottom": "#f5f5f5"
  221. },
  222. "tabBar": {
  223. "color": "#666666",
  224. "selectedColor": "#669A32",
  225. "backgroundColor": "#ffffff",
  226. "list": [
  227. {
  228. "pagePath": "pages/home/index",
  229. "iconPath": "static/image/home.png",
  230. "selectedIconPath": "static/image/home_selected.png",
  231. "text": "首页"
  232. }, {
  233. "pagePath": "pages/user/index",
  234. "iconPath": "static/image/user.png",
  235. "selectedIconPath": "static/image/user_selected.png",
  236. "text": "我的"
  237. }
  238. ]
  239. }
  240. }