宜轩到家/服务到家第三版,换个颜色
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.

220 lines
3.8 KiB

8 months ago
7 months ago
8 months ago
7 months ago
8 months ago
7 months ago
8 months ago
  1. {
  2. "pages": [
  3. {
  4. "path" : "pages/index/index",
  5. "style" :
  6. {
  7. "navigationBarTitleText" : "首页"
  8. }
  9. },
  10. {
  11. "path": "pages/login/login",
  12. "style": {
  13. "navigationBarTitleText": "登录"
  14. }
  15. },
  16. {
  17. "path": "pages/login/mobile",
  18. "style": {
  19. "navigationBarTitleText": "登陆"
  20. }
  21. },
  22. {
  23. "path" : "pages/index/order",
  24. "style" :
  25. {
  26. "navigationBarTitleText" : "订单"
  27. }
  28. },
  29. {
  30. "path" : "pages/index/technician",
  31. "style" :
  32. {
  33. "navigationBarTitleText" : "技师列表"
  34. }
  35. },
  36. {
  37. "path" : "pages/index/center",
  38. "style" :
  39. {
  40. "navigationBarTitleText" : "用户中心"
  41. }
  42. },
  43. {
  44. "path" : "pages/order/orderDetail",
  45. "style" :
  46. {
  47. "navigationBarTitleText" : "订单详情"
  48. }
  49. },
  50. {
  51. "path" : "pages/order/evaluate",
  52. "style" :
  53. {
  54. "navigationBarTitleText" : "服务评价"
  55. }
  56. },
  57. {
  58. "path" : "pages/order/payOrder",
  59. "style" :
  60. {
  61. "navigationBarTitleText" : "确认订单"
  62. }
  63. },
  64. {
  65. "path" : "pages/technician/subscribeService",
  66. "style" :
  67. {
  68. "navigationBarTitleText" : "选择技师"
  69. }
  70. },
  71. {
  72. "path" : "pages/technician/technicianDetail",
  73. "style" :
  74. {
  75. "navigationBarTitleText" : "技师详情"
  76. }
  77. },
  78. {
  79. "path" : "pages/mine/collect",
  80. "style" :
  81. {
  82. "navigationBarTitleText" : "我的收藏"
  83. }
  84. },
  85. {
  86. "path" : "pages/mine/coupon",
  87. "style" :
  88. {
  89. "navigationBarTitleText" : "我的优惠券"
  90. }
  91. },
  92. {
  93. "path" : "pages/mine/address",
  94. "style" :
  95. {
  96. "navigationBarTitleText" : "地址管理"
  97. }
  98. },
  99. {
  100. "path" : "pages/mine/distribution",
  101. "style" :
  102. {
  103. "navigationBarTitleText" : "分销代理"
  104. }
  105. },
  106. {
  107. "path" : "pages/payment/payment-success",
  108. "style" :
  109. {
  110. "navigationBarTitleText" : "支付成功",
  111. "enablePullDownRefresh" : false
  112. }
  113. },
  114. {
  115. "path" : "pages/mine/wallet",
  116. "style" :
  117. {
  118. "navigationBarTitleText" : "我的钱包"
  119. }
  120. },
  121. {
  122. "path" : "pages/technician/selectTechnician",
  123. "style" :
  124. {
  125. "navigationBarTitleText" : "选择技师"
  126. }
  127. },
  128. {
  129. "path" : "pages/map/map",
  130. "style" :
  131. {
  132. "navigationBarTitleText" : "地图"
  133. }
  134. },
  135. {
  136. "path" : "pages/mine/nodes",
  137. "style" :
  138. {
  139. "navigationBarTitleText" : "粉丝"
  140. }
  141. },
  142. {
  143. "path" : "pages/mine/setting",
  144. "style" :
  145. {
  146. "navigationBarTitleText" : "设置"
  147. }
  148. },
  149. {
  150. "path" : "pages/mine/settled",
  151. "style" :
  152. {
  153. "navigationBarTitleText" : "技师招募"
  154. }
  155. },
  156. {
  157. "path" : "pages/mine/runningWater",
  158. "style" :
  159. {
  160. "navigationBarTitleText" : "流水"
  161. }
  162. },
  163. {
  164. "path" : "pages/mine/phoneDetail",
  165. "style" :
  166. {
  167. "navigationBarTitleText" : "绑定手机"
  168. }
  169. },
  170. {
  171. "path" : "pages/mine/withdraw",
  172. "style" :
  173. {
  174. "navigationBarTitleText" : "钱包提现"
  175. }
  176. },
  177. {
  178. "path" : "pages/mine/merchant",
  179. "style" :
  180. {
  181. "navigationBarTitleText" : ""
  182. }
  183. }
  184. ],
  185. "globalStyle": {
  186. "navigationBarTextStyle": "black",
  187. "navigationBarTitleText": "宜轩到家",
  188. "navigationBarBackgroundColor": "#F8F8F8",
  189. "backgroundColor": "#F8F8F8",
  190. "navigationStyle":"custom"
  191. },
  192. "tabBar": {
  193. "backgroundColor": "white",
  194. "selectedColor": "#ecb978",
  195. "list": [
  196. {
  197. "selectedIconPath": "/static/bar/hms.png",
  198. "iconPath": "/static/bar/hm.png",
  199. "pagePath": "pages/index/index",
  200. "text": "首页"
  201. },{
  202. "selectedIconPath": "/static/bar/phs.png",
  203. "iconPath": "/static/bar/ph.png",
  204. "pagePath": "pages/index/technician",
  205. "text": "技师"
  206. },{
  207. "selectedIconPath": "/static/bar/tps.png",
  208. "iconPath": "/static/bar/tp.png",
  209. "pagePath": "pages/index/order",
  210. "text": "订单"
  211. },{
  212. "selectedIconPath": "/static/bar/wds.png",
  213. "iconPath": "/static/bar/wd.png",
  214. "pagePath": "pages/index/center",
  215. "text": "我的"
  216. }
  217. ]
  218. },
  219. "uniIdRouter": {}
  220. }