pages.json 3.8 KB

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