pages.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/merchant/index", //商家首页
  5. "style": {
  6. "enablePullDownRefresh": true,
  7. "navigationBarTitleText": "快来优商家版"
  8. }
  9. },
  10. {
  11. "path": "pages/index/index", //会员主页
  12. "style": {
  13. "enablePullDownRefresh": true,
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/personal/authentication", //实名认证
  19. "style": {
  20. "navigationBarTitleText": "实名认证"
  21. }
  22. },
  23. {
  24. "path": "pages/order/detail", //工单详情
  25. "style": {
  26. "enablePullDownRefresh": true,
  27. "navigationBarTitleText": "招聘详情"
  28. }
  29. },
  30. {
  31. "path": "pages/merchant/releaseInfoUrgent", //商家发布/编辑招聘信息
  32. "style": {
  33. "navigationBarTitleText": "发布今日零工"
  34. }
  35. },
  36. {
  37. "path": "pages/merchant/releaseInfo", //商家发布/编辑招聘信息
  38. "style": {
  39. "navigationBarTitleText": "发布完工即结"
  40. }
  41. },
  42. {
  43. "path": "pages/personal/authentication_merchant", //商家的实名认证
  44. "style": {
  45. "navigationBarTitleText": "商家实名认证"
  46. }
  47. },
  48. {
  49. "path": "pages/personal/resumeCheckMerchant", //查看商家简介
  50. "style": {
  51. "enablePullDownRefresh": true,
  52. "navigationBarTitleText": "商家简介"
  53. }
  54. },
  55. {
  56. "path": "pages/personal/index", //会员/商家我的
  57. "style": {
  58. "enablePullDownRefresh": true,
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/personal/resumeCheck", //简历查看
  64. "style": {
  65. "enablePullDownRefresh": true,
  66. "navigationBarTitleText": "简历查看"
  67. }
  68. },
  69. {
  70. "path": "pages/personal/wallet", //我的钱包
  71. "style": {
  72. "enablePullDownRefresh": true,
  73. "navigationBarTitleText": "我的钱包"
  74. }
  75. },
  76. {
  77. "path": "pages/merchant/memberList", //商家人员列表
  78. "style": {
  79. "enablePullDownRefresh": true,
  80. "navigationBarTitleText": "人员列表"
  81. }
  82. },
  83. {
  84. "path": "pages/order/index", //工单列表
  85. "style": {
  86. "enablePullDownRefresh": true,
  87. "navigationBarTitleText": "我的订单"
  88. }
  89. },
  90. {
  91. "path": "pages/personal/perInfo", //个人信息
  92. "style": {
  93. "enablePullDownRefresh": true,
  94. "navigationBarTitleText": "我的资料"
  95. }
  96. },
  97. {
  98. "path": "pages/activity/index", //会员/商家活动/服务
  99. "style": {
  100. "enablePullDownRefresh": true,
  101. "navigationBarTitleText": "活动"
  102. }
  103. },
  104. {
  105. "path": "pages/message/notice", //消息
  106. "style": {
  107. "enablePullDownRefresh": true,
  108. "navigationBarTitleText": "平台消息"
  109. }
  110. },
  111. {
  112. "path": "pages/personal/service/index", //会员服务中心
  113. "style": {
  114. "navigationBarTitleText": "服务中心"
  115. }
  116. },
  117. {
  118. "path": "pages/personal/service/opinion", //会员服务中心意见反馈
  119. "style": {
  120. "navigationBarTitleText": "意见反馈"
  121. }
  122. },
  123. {
  124. "path": "pages/message/index", //消息
  125. "style": {
  126. "enablePullDownRefresh": true,
  127. "navigationBarTitleText": "我的消息"
  128. }
  129. },
  130. {
  131. "path": "pages/message/chat", //消息
  132. "style": {
  133. "enablePullDownRefresh": true,
  134. "navigationBarTitleText": "我的会话"
  135. }
  136. },
  137. {
  138. "path": "pages/login/index", //登录
  139. "style": {
  140. "navigationBarTitleText": "登录"
  141. }
  142. },
  143. {
  144. "path": "pages/activity/detail", //会员活动详情
  145. "style": {
  146. "navigationBarTitleText": "活动详情"
  147. }
  148. },
  149. {
  150. "path": "pages/personal/appraisal", //查看评价
  151. "style": {
  152. "enablePullDownRefresh": true,
  153. "navigationBarTitleText": "查看评价"
  154. }
  155. },
  156. {
  157. "path": "pages/login/web", //web页面
  158. "style": {
  159. "navigationBarTitleText": "快来优"
  160. }
  161. },
  162. {
  163. "path": "pages/index/city", //城市列表
  164. "style": {
  165. "enablePullDownRefresh": true,
  166. "navigationBarTitleText": "选择城市"
  167. }
  168. },
  169. {
  170. "path": "pages/personal/activity", //会员活动订单列表
  171. "style": {
  172. "enablePullDownRefresh": true,
  173. "navigationBarTitleText": "活动订单列表"
  174. }
  175. },
  176. {
  177. "path": "pages/personal/makeMoney", //会员分享赚钱
  178. "style": {
  179. "enablePullDownRefresh": true,
  180. "navigationBarTitleText": "分享赚钱"
  181. }
  182. },
  183. {
  184. "path": "pages/personal/makeMoneyDetail", //分享赚钱详情
  185. "style": {
  186. "enablePullDownRefresh": true,
  187. "navigationBarTitleText": "分享赚钱详情"
  188. }
  189. },
  190. {
  191. "path": "pages/personal/service/policy", //会员服务中心用户协议及隐私政策
  192. "style": {
  193. "navigationBarTitleText": "用户协议及隐私政策"
  194. }
  195. }
  196. ],
  197. //会员端
  198. /* "globalStyle": {
  199. "navigationBarTextStyle": "black",
  200. "navigationBarTitleText": "快来优",
  201. "navigationBarBackgroundColor": "#f8f8f8"
  202. },
  203. "tabBar": {
  204. "color": "#acacac",
  205. "selectedColor": "#01bcc3",
  206. "borderStyle": "black",
  207. "position": "bottom",
  208. "list": [{
  209. "pagePath": "pages/index/index",
  210. "iconPath": "static/images/index.png",
  211. "selectedIconPath": "static/images/index_focus.png",
  212. "text": "主页"
  213. },
  214. {
  215. "pagePath": "pages/message/index",
  216. "iconPath": "static/images/message.png",
  217. "selectedIconPath": "static/images/message_focus.png",
  218. "text": "消息"
  219. },
  220. {
  221. "pagePath": "pages/activity/index",
  222. "iconPath": "static/images/activity.png",
  223. "selectedIconPath": "static/images/activity_focus.png",
  224. "text": "活动"
  225. },
  226. {
  227. "pagePath": "pages/personal/index",
  228. "iconPath": "static/images/personal.png",
  229. "selectedIconPath": "static/images/personal_focus.png",
  230. "text": "我的"
  231. }
  232. ]
  233. }*/
  234. //商户端
  235. "globalStyle": {
  236. "navigationBarTextStyle": "black",
  237. "navigationBarTitleText": "快来优商户端",
  238. "navigationBarBackgroundColor": "#f8f8f8"
  239. },
  240. "tabBar": {
  241. "color": "#989898",
  242. "selectedColor": "#00c7b2",
  243. "borderStyle": "black",
  244. "position": "bottom",
  245. "list": [{
  246. "pagePath": "pages/merchant/index",
  247. "iconPath": "static/images_merchant/index.png",
  248. "selectedIconPath": "static/images_merchant/index_focus.png",
  249. "text": "招聘"
  250. },
  251. {
  252. "pagePath": "pages/message/index",
  253. "iconPath": "static/images_merchant/message.png",
  254. "selectedIconPath": "static/images_merchant/message_focus.png",
  255. "text": "消息"
  256. },
  257. {
  258. "pagePath": "pages/activity/index",
  259. "iconPath": "static/images_merchant/service.png",
  260. "selectedIconPath": "static/images_merchant/service_focus.png",
  261. "text": "服务"
  262. },
  263. {
  264. "pagePath": "pages/personal/index",
  265. "iconPath": "static/images_merchant/personal.png",
  266. "selectedIconPath": "static/images_merchant/personal_focus.png",
  267. "text": "我的"
  268. }
  269. ]
  270. }
  271. }