pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "奥莱优品",
  7. "navigationBarBackgroundColor": "#ff5a25",
  8. "navigationBarTextStyle": "white"
  9. }
  10. },
  11. {
  12. "path": "pages/order/order",
  13. "style": {
  14. "navigationBarTitleText" : "我的订单",
  15. "navigationBarBackgroundColor": "#ffffff",
  16. "navigationBarTextStyle": "black"
  17. }
  18. },
  19. {
  20. "path": "pages/service/service",
  21. "style": {
  22. "navigationBarTitleText": "客服",
  23. "navigationBarBackgroundColor": "#ff5a25",
  24. "navigationBarTextStyle": "white"
  25. }
  26. },
  27. {
  28. "path": "pages/user/user",
  29. "style": {
  30. "navigationBarTitleText": "我的",
  31. "navigationBarBackgroundColor": "#ff5a25",
  32. "navigationBarTextStyle": "white"
  33. }
  34. },
  35. {
  36. "path": "pages/service/chat",
  37. "style": {
  38. "navigationBarTitleText": ""
  39. }
  40. },
  41. {
  42. "path": "pages/goods/detail",
  43. "style": {
  44. "navigationBarTitleText": "商品详情",
  45. "navigationBarBackgroundColor": "#ffffff",
  46. "usingComponents": {
  47. "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
  48. }
  49. }
  50. },
  51. {
  52. "path": "pages/web/web",
  53. "style": {
  54. "navigationBarTitleText": ""
  55. }
  56. },
  57. {
  58. "path": "pages/user/license",
  59. "style": {
  60. "navigationBarTitleText": "服务资质"
  61. }
  62. },
  63. {
  64. "path": "pages/order/detail",
  65. "style": {
  66. "navigationBarTitleText": "订单详情",
  67. "navigationBarBackgroundColor": "#f1f1f1",
  68. "navigationBarTextStyle": "black",
  69. "usingComponents": {
  70. "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
  71. }
  72. }
  73. },
  74. {
  75. "path": "pages/goods/list",
  76. "style": {
  77. "navigationBarTitleText": "商品列表",
  78. "navigationBarBackgroundColor": "#ffffff",
  79. "navigationBarTextStyle": "black"
  80. }
  81. },
  82. {
  83. "path": "pages/order/done",
  84. "style": {
  85. "navigationBarTitleText": "完善会员信息",
  86. "navigationBarBackgroundColor": "#ffffff",
  87. "navigationBarTextStyle": "black"
  88. }
  89. },
  90. {
  91. "path": "pages/complaint/form",
  92. "style": {
  93. "navigationBarTitleText": "交易投诉",
  94. "navigationBarBackgroundColor": "#ffffff"
  95. }
  96. },
  97. {
  98. "path": "pages/complaint/list",
  99. "style": {
  100. "navigationBarTitleText": "投诉列表",
  101. "navigationBarBackgroundColor": "#ffffff"
  102. }
  103. },
  104. {
  105. "path": "pages/complaint/detail",
  106. "style": {
  107. "navigationBarTitleText": "投诉记录",
  108. "navigationBarBackgroundColor": "#ffffff"
  109. }
  110. },
  111. {
  112. "path": "pages/order/refund",
  113. "style": {
  114. "navigationBarTitleText": "申请退款",
  115. "navigationBarBackgroundColor": "#ffffff",
  116. "navigationBarTextStyle": "black"
  117. }
  118. }
  119. ],
  120. "globalStyle": {
  121. "navigationBarTextStyle": "black",
  122. "navigationBarTitleText": "奥莱优品",
  123. "navigationBarBackgroundColor": "#f1f1f1",
  124. "backgroundColor": "#f1f1f1"
  125. },
  126. "tabBar": {
  127. "backgroundColor": "#ffffff",
  128. "color": "#94a3b8",
  129. "selectedColor": "#ff5a25",
  130. "list": [
  131. {
  132. "iconPath": "/static/tabbar/home.png",
  133. "pagePath": "pages/index/index",
  134. "text": "首页",
  135. "selectedIconPath": "/static/tabbar/home-fill.png"
  136. },
  137. {
  138. "iconPath": "/static/tabbar/order.png",
  139. "pagePath": "pages/order/order",
  140. "text": "订单",
  141. "selectedIconPath": "/static/tabbar/order-fill.png"
  142. },
  143. {
  144. "iconPath": "/static/tabbar/kf.png",
  145. "pagePath": "pages/service/service",
  146. "text": "消息",
  147. "selectedIconPath": "/static/tabbar/kf-fill.png"
  148. },
  149. {
  150. "iconPath": "/static/tabbar/user.png",
  151. "pagePath": "pages/user/user",
  152. "text": "我的",
  153. "selectedIconPath": "/static/tabbar/user-fill.png"
  154. }
  155. ]
  156. },
  157. "uniIdRouter": {},
  158. "navigateToMiniProgramAppIdList":["ttfdf88b4562fa270b01","tta561d3dc3a7b1eab01"]
  159. }