pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "奥莱优品",
  7. "navigationBarBackgroundColor": "#007aff",
  8. "navigationBarTextStyle": "white"
  9. }
  10. },{
  11. "path" : "pages/order/order",
  12. "style" :
  13. {
  14. "navigationBarTitleText" : "订单中心",
  15. "navigationBarBackgroundColor": "#007aff",
  16. "navigationBarTextStyle": "white"
  17. }
  18. },
  19. {
  20. "path" : "pages/user/user",
  21. "style" :
  22. {
  23. "navigationBarTitleText" : "我的",
  24. "navigationBarBackgroundColor": "#007aff",
  25. "navigationBarTextStyle": "white"
  26. }
  27. },
  28. {
  29. "path" : "pages/auth/login",
  30. "style" :
  31. {
  32. "navigationBarTitleText" : "授权登录"
  33. }
  34. },
  35. {
  36. "path" : "pages/service/service",
  37. "style" :
  38. {
  39. "navigationBarTitleText" : "客服中心",
  40. "navigationBarBackgroundColor": "#ffffff",
  41. "navigationBarBackgroundColor": "#007aff",
  42. "navigationBarTextStyle": "white"
  43. }
  44. },
  45. {
  46. "path" : "pages/goods/detail",
  47. "style" :
  48. {
  49. "navigationBarTitleText" : "商品详情",
  50. "navigationBarBackgroundColor": "#ffffff",
  51. "usingComponents": {
  52. "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
  53. }
  54. }
  55. },
  56. {
  57. "path" : "pages/order/detail",
  58. "style" :
  59. {
  60. "navigationBarTitleText" : "订单详情",
  61. "navigationBarBackgroundColor": "#007aff",
  62. "navigationBarTextStyle": "white",
  63. "usingComponents": {
  64. "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
  65. }
  66. }
  67. },
  68. {
  69. "path" : "pages/user/coupon/coupon",
  70. "style" :
  71. {
  72. "navigationBarTitleText" : "",
  73. "navigationBarBackgroundColor": "#ffffff"
  74. }
  75. },
  76. {
  77. "path" : "pages/user/profile",
  78. "style" :
  79. {
  80. "navigationBarTitleText" : "",
  81. "navigationBarBackgroundColor": "#ffffff"
  82. }
  83. },
  84. {
  85. "path" : "pages/user/address/address",
  86. "style" :
  87. {
  88. "navigationBarTitleText" : "",
  89. "navigationBarBackgroundColor": "#ffffff"
  90. }
  91. },
  92. {
  93. "path" : "pages/user/license",
  94. "style" :
  95. {
  96. "navigationBarTitleText" : "资质中心",
  97. "navigationBarBackgroundColor": "#007aff",
  98. "navigationBarTextStyle": "white"
  99. }
  100. },
  101. {
  102. "path": "pages/service/chat/chat",
  103. "style": {
  104. "navigationBarTitleText": ""
  105. }
  106. },
  107. {
  108. "path": "pages/order/confirm",
  109. "style": {
  110. "navigationBarTitleText": "确认订单",
  111. "navigationBarBackgroundColor": "#ffffff",
  112. "backgroundColor": "#f8f8f8",
  113. "usingComponents": {
  114. "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
  115. }
  116. }
  117. },
  118. {
  119. "path": "pages/index/search",
  120. "style": {
  121. "navigationBarTitleText": ""
  122. }
  123. },
  124. {
  125. "path": "pages/order/refund",
  126. "style": {
  127. "navigationBarTitleText": "申请退款",
  128. "navigationBarBackgroundColor": "#ffffff",
  129. "backgroundColor": "#f8f8f8",
  130. "usingComponents": {
  131. "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
  132. }
  133. }
  134. },
  135. {
  136. "path": "pages/order/complaint/complaint",
  137. "style": {
  138. "navigationBarTitleText": "交易投诉",
  139. "navigationBarBackgroundColor": "#ffffff"
  140. }
  141. },
  142. {
  143. "path": "pages/web/web",
  144. "style": {
  145. "navigationBarTitleText": ""
  146. }
  147. }
  148. ],
  149. "tabBar": {
  150. "backgroundColor": "#ffffff",
  151. "color": "#999999",
  152. "selectedColor": "#007aff",
  153. "list": [
  154. {
  155. "iconPath": "/static/image/home.png",
  156. "pagePath": "pages/index/index",
  157. "text": "首页",
  158. "selectedIconPath": "/static/image/home-fill.png"
  159. },
  160. {
  161. "iconPath": "/static/image/order.png",
  162. "pagePath": "pages/order/order",
  163. "text": "订单",
  164. "selectedIconPath": "/static/image/order-fill.png"
  165. },
  166. {
  167. "iconPath": "/static/image/kf.png",
  168. "pagePath": "pages/service/service",
  169. "text": "消息",
  170. "selectedIconPath": "/static/image/kf-fill.png"
  171. },
  172. {
  173. "iconPath": "/static/image/user.png",
  174. "pagePath": "pages/user/user",
  175. "text": "我的",
  176. "selectedIconPath": "/static/image/user-fill.png"
  177. }
  178. ]
  179. },
  180. "globalStyle": {
  181. "navigationBarTextStyle": "black",
  182. "navigationBarTitleText": "涤斐先生",
  183. "navigationBarBackgroundColor": "#ffffff",
  184. "backgroundColor": "#F8F8F8"
  185. },
  186. "uniIdRouter": {}
  187. }