用工小程序前端代码
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.

328 lines
8.2 KiB

9 months ago
7 months ago
9 months ago
7 months ago
9 months ago
7 months ago
9 months ago
7 months ago
9 months ago
7 months ago
9 months ago
7 months ago
9 months ago
7 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
6 months ago
6 months ago
6 months ago
9 months ago
7 months ago
9 months ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle":"default",
  8. "navigationBarBackgroundColor": "#FF7A31",
  9. "navigationBarTextStyle": "white",
  10. "enablePullDownRefresh": true,
  11. "onReachBottomDistance": 100
  12. }
  13. },
  14. {
  15. "path": "pages/user/index",
  16. "style": {
  17. "navigationBarTitleText": "我的",
  18. "navigationStyle":"default",
  19. "navigationBarBackgroundColor": "#FF7A31",
  20. "navigationBarTextStyle": "white"
  21. }
  22. },
  23. {
  24. "path": "pages/order/index",
  25. "style": {
  26. "navigationBarTitleText": "订单",
  27. "navigationStyle":"default",
  28. "navigationBarBackgroundColor": "#FF7A31",
  29. "navigationBarTextStyle": "white",
  30. "enablePullDownRefresh": true,
  31. "onReachBottomDistance": 100
  32. }
  33. },
  34. {
  35. "path": "pages/identity/index",
  36. "style": {
  37. "navigationBarTitleText": "选择身份",
  38. "navigationStyle":"default",
  39. "navigationBarBackgroundColor": "#FF7A31",
  40. "navigationBarTextStyle": "white"
  41. }
  42. },
  43. {
  44. "path": "pages/auth/index",
  45. "style": {
  46. "navigationBarTitleText": "微信登录",
  47. "navigationStyle":"custom",
  48. "navigationBarBackgroundColor": "#FF7A31",
  49. "navigationBarTextStyle": "white"
  50. }
  51. },
  52. {
  53. "path": "pages/login/index",
  54. "style": {
  55. "navigationStyle":"custom"
  56. }
  57. },
  58. {
  59. "path": "pages/tooltip/tooltip",
  60. "style": {
  61. "navigationBarTitleText": "uView UI"
  62. }
  63. }
  64. ],
  65. "subPackages": [
  66. {
  67. "root": "pages_subpack",
  68. "pages": [
  69. {
  70. "path": "hire/index",
  71. "style": {
  72. "navigationBarTitleText": "我的招聘",
  73. "navigationStyle":"default",
  74. "navigationBarBackgroundColor": "#FF7A31",
  75. "enablePullDownRefresh": true,
  76. "navigationBarTextStyle": "white"
  77. }
  78. },
  79. {
  80. "path": "hire/order-list",
  81. "style": {
  82. "navigationBarTitleText": "订单列表",
  83. "navigationStyle":"default",
  84. "navigationBarBackgroundColor": "#FF7A31",
  85. "enablePullDownRefresh": true,
  86. "navigationBarTextStyle": "white"
  87. }
  88. },
  89. {
  90. "path": "job-hunt/index",
  91. "style": {
  92. "navigationBarTitleText": "我的求职",
  93. "navigationStyle":"default",
  94. "navigationBarBackgroundColor": "#FF7A31",
  95. "enablePullDownRefresh": true,
  96. "navigationBarTextStyle": "white"
  97. }
  98. },
  99. {
  100. "path": "job-hunt/order-list",
  101. "style": {
  102. "navigationBarTitleText": "订单列表",
  103. "navigationStyle":"default",
  104. "navigationBarBackgroundColor": "#FF7A31",
  105. "enablePullDownRefresh": true,
  106. "navigationBarTextStyle": "white"
  107. }
  108. },
  109. {
  110. "path": "version/index",
  111. "style": {
  112. "navigationBarTitleText": "关于本程序",
  113. "navigationStyle":"default",
  114. "navigationBarBackgroundColor": "#FF7A31",
  115. "navigationBarTextStyle": "white"
  116. }
  117. },
  118. {
  119. "path": "system/index",
  120. "style": {
  121. "navigationBarTitleText": "系统设置",
  122. "navigationStyle":"default",
  123. "navigationBarBackgroundColor": "#FF7A31",
  124. "navigationBarTextStyle": "white"
  125. }
  126. },
  127. {
  128. "path": "feedback/index",
  129. "style": {
  130. "navigationBarTitleText": "帮助与反馈",
  131. "navigationStyle":"default",
  132. "navigationBarBackgroundColor": "#FF7A31",
  133. "navigationBarTextStyle": "white"
  134. }
  135. },
  136. {
  137. "path": "employ-progress/index",
  138. "style": {
  139. "navigationBarTitleText": "聘用",
  140. "navigationStyle":"default",
  141. "navigationBarBackgroundColor": "#FF7A31",
  142. "navigationBarTextStyle": "white"
  143. }
  144. },
  145. {
  146. "path": "release/index",
  147. "style": {
  148. "navigationBarTitleText": "发布订单",
  149. "navigationStyle":"default",
  150. "navigationBarBackgroundColor": "#FF7A31",
  151. "navigationBarTextStyle": "white"
  152. }
  153. },
  154. {
  155. "path": "business-settled/index",
  156. "style": {
  157. "navigationBarTitleText": "企业/个人入驻注册",
  158. "navigationStyle":"default",
  159. "navigationBarBackgroundColor": "#FF7A31",
  160. "navigationBarTextStyle": "white"
  161. }
  162. },
  163. {
  164. "path": "enterprise/index",
  165. "style": {
  166. "navigationBarTitleText": "企业",
  167. "navigationStyle":"default",
  168. "navigationBarBackgroundColor": "#FF7A31",
  169. "navigationBarTextStyle": "white"
  170. }
  171. },
  172. {
  173. "path": "person/index",
  174. "style": {
  175. "navigationBarTitleText": "个人",
  176. "navigationStyle":"default",
  177. "navigationBarBackgroundColor": "#FF7A31",
  178. "navigationBarTextStyle": "white"
  179. }
  180. },
  181. {
  182. "path": "resume/index",
  183. "style": {
  184. "navigationBarTitleText": "我的简历",
  185. "navigationStyle":"default",
  186. "navigationBarBackgroundColor": "#FF7A31",
  187. "navigationBarTextStyle": "white"
  188. }
  189. },
  190. {
  191. "path": "master-detail/index",
  192. "style": {
  193. "navigationBarTitleText": "师傅介绍",
  194. "navigationStyle":"default",
  195. "navigationBarBackgroundColor": "#FF7A31",
  196. "navigationBarTextStyle": "white"
  197. }
  198. },
  199. {
  200. "path": "job-order-detail/index",
  201. "style": {
  202. "navigationBarTitleText": "聘用订单详情",
  203. "navigationStyle":"default",
  204. "navigationBarBackgroundColor": "#FF7A31",
  205. "navigationBarTextStyle": "white"
  206. }
  207. },
  208. {
  209. "path": "record/index",
  210. "style": {
  211. "navigationBarTitleText": "金额记录",
  212. "navigationStyle":"default",
  213. "navigationBarBackgroundColor": "#FF7A31",
  214. "navigationBarTextStyle": "white"
  215. }
  216. },
  217. {
  218. "path": "wallet/index",
  219. "style": {
  220. "navigationBarTitleText": "钱包",
  221. "navigationStyle":"default",
  222. "navigationBarBackgroundColor": "#FF7A31",
  223. "navigationBarTextStyle": "white"
  224. }
  225. },
  226. {
  227. "path": "pay/index",
  228. "style": {
  229. "navigationBarTitleText": "支付订单",
  230. "navigationStyle":"default",
  231. "navigationBarBackgroundColor": "#FF7A31",
  232. "navigationBarTextStyle": "white"
  233. }
  234. },
  235. {
  236. "path": "order-detail/index",
  237. "style": {
  238. "navigationBarTitleText": "招聘订单详情",
  239. "navigationStyle":"default",
  240. "navigationBarBackgroundColor": "#FF7A31",
  241. "navigationBarTextStyle": "white"
  242. }
  243. },
  244. {
  245. "path": "order-detail/boss",
  246. "style": {
  247. "navigationBarTitleText": "招聘订单详情",
  248. "navigationStyle":"default",
  249. "navigationBarBackgroundColor": "#FF7A31",
  250. "navigationBarTextStyle": "white"
  251. }
  252. },
  253. {
  254. "path": "work-detail/index",
  255. "style": {
  256. "navigationBarTitleText": "工作详情",
  257. "navigationStyle":"default",
  258. "navigationBarBackgroundColor": "#FF7A31",
  259. "navigationBarTextStyle": "white"
  260. }
  261. },
  262. {
  263. "path": "payment/index",
  264. "style": {
  265. "navigationBarTitleText": "立即接单",
  266. "navigationStyle":"default",
  267. "navigationBarBackgroundColor": "#FF7A31",
  268. "navigationBarTextStyle": "white"
  269. }
  270. },
  271. {
  272. "path": "category/index",
  273. "style": {
  274. "navigationBarTitleText": "分类",
  275. "navigationStyle":"default",
  276. "navigationBarBackgroundColor": "#FF7A31",
  277. "navigationBarTextStyle": "white",
  278. "enablePullDownRefresh": true,
  279. "onReachBottomDistance": 100
  280. }
  281. },
  282. {
  283. "path": "notice/index",
  284. "style": {
  285. "navigationBarTitleText": "公告详情",
  286. "navigationStyle":"default",
  287. "navigationBarBackgroundColor": "#FF7A31",
  288. "navigationBarTextStyle": "white"
  289. }
  290. }
  291. ]
  292. }
  293. ],
  294. "globalStyle": {
  295. "navigationBarBackgroundColor": "#ffffff",
  296. "backgroundColor": "#f5f5f5",
  297. "navigationBarTextStyle": "black",
  298. "navigationBarTitleText": "用工平台",
  299. "backgroundColorTop": "#f5f5f5",
  300. "backgroundColorBottom": "#f5f5f5"
  301. },
  302. "tabBar": {
  303. "color": "#666666",
  304. "selectedColor": "#FF7A31",
  305. "backgroundColor": "#ffffff",
  306. "list": [
  307. {
  308. "pagePath": "pages/home/index",
  309. "iconPath": "static/image/home.png",
  310. "selectedIconPath": "static/image/home_selected.png",
  311. "text": "首页"
  312. }, {
  313. "pagePath": "pages/order/index",
  314. "iconPath": "static/image/order.png",
  315. "selectedIconPath": "static/image/order_selected.png",
  316. "text": "订单"
  317. }, {
  318. "pagePath": "pages/user/index",
  319. "iconPath": "static/image/user.png",
  320. "selectedIconPath": "static/image/user_selected.png",
  321. "text": "我的"
  322. }
  323. ]
  324. }
  325. }