推广小程序前端代码
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.

200 lines
3.9 KiB

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/index/order",
  11. "style": {
  12. "navigationBarTitleText": "",
  13. "enablePullDownRefresh": true
  14. }
  15. },
  16. {
  17. "path": "pages/index/category",
  18. "style": {
  19. "navigationBarTitleText": "",
  20. "enablePullDownRefresh": true
  21. }
  22. },
  23. {
  24. "path": "pages/index/center",
  25. "style": {
  26. "navigationBarTitleText": ""
  27. }
  28. },
  29. {
  30. "path": "pages/index/cart",
  31. "style": {
  32. "navigationStyle": "custom" ,
  33. "navigationBarTextStyle": "white"
  34. }
  35. },
  36. {
  37. "path": "pages/index/member",
  38. "style": {
  39. "navigationBarTitleText": ""
  40. }
  41. }
  42. ],
  43. "preloadRule": {
  44. "pages/index/index": {
  45. "network": "all",
  46. "packages": ["pages_order"]
  47. }
  48. },
  49. "subPackages": [{
  50. "root": "pages_order",
  51. "pages": [
  52. {
  53. "path": "orderEvaluation",
  54. "style": {
  55. "enablePullDownRefresh": true,
  56. "navigationStyle": "custom" ,
  57. "navigationBarTextStyle": "white"
  58. }
  59. },
  60. {
  61. "path": "orderDetails",
  62. "style": {
  63. "navigationStyle": "custom" ,
  64. "navigationBarTextStyle": "white"
  65. }
  66. },
  67. {
  68. "path": "lvyou-detail",
  69. "style": {
  70. "navigationStyle": "custom" ,
  71. "navigationBarTextStyle": "white"
  72. }
  73. },
  74. {
  75. "path": "huodong-detail",
  76. "style": {
  77. "navigationStyle": "custom" ,
  78. "navigationBarTextStyle": "white"
  79. }
  80. },
  81. {
  82. "path": "invoiceIssuance",
  83. "style": {
  84. "enablePullDownRefresh": true,
  85. "navigationStyle": "custom" ,
  86. "navigationBarTextStyle": "white"
  87. }
  88. },
  89. {
  90. "path": "invoiceRecords",
  91. "style": {
  92. "navigationStyle": "custom" ,
  93. "navigationBarTextStyle": "white"
  94. }
  95. }
  96. ]
  97. },
  98. {
  99. "root": "pages_zlx",
  100. "pages": [
  101. {
  102. "path": "zlx-form",
  103. "style": {
  104. "enablePullDownRefresh": true,
  105. "navigationStyle": "custom" ,
  106. "navigationBarTextStyle": "white"
  107. }
  108. }
  109. ]
  110. },
  111. {
  112. "root": "pages_my",
  113. "pages": [
  114. {
  115. "path": "zlx-qiandao",
  116. "style": {
  117. "navigationStyle": "custom" ,
  118. "navigationBarTextStyle": "white"
  119. }
  120. },
  121. {
  122. "path": "qiandao-list",
  123. "style": {
  124. "navigationStyle": "custom" ,
  125. "navigationBarTextStyle": "white"
  126. }
  127. },
  128. {
  129. "path": "user-msg",
  130. "style": {
  131. "navigationStyle": "custom" ,
  132. "navigationBarTextStyle": "white"
  133. }
  134. },
  135. {
  136. "path": "user-info",
  137. "style": {
  138. "navigationStyle": "custom" ,
  139. "navigationBarTextStyle": "white"
  140. }
  141. },
  142. {
  143. "path": "collection",
  144. "style": {
  145. "navigationStyle": "custom" ,
  146. "navigationBarTextStyle": "white"
  147. }
  148. },
  149. {
  150. "path": "travelList",
  151. "style": {
  152. "navigationStyle": "custom" ,
  153. "navigationBarTextStyle": "white"
  154. }
  155. },
  156. {
  157. "path": "activeList",
  158. "style": {
  159. "navigationStyle": "custom" ,
  160. "navigationBarTextStyle": "white"
  161. }
  162. }
  163. ]
  164. }],
  165. "globalStyle": {
  166. "navigationBarTextStyle": "black",
  167. "navigationBarTitleText": "酒店桌布",
  168. "navigationBarBackgroundColor": "#F8F8F8",
  169. "backgroundColor": "#F8F8F8",
  170. "navigationStyle": "custom"
  171. },
  172. "tabBar": {
  173. "borderStyle": "white",
  174. "color": "#4D4D4D",
  175. "selectedColor": "#F85152",
  176. "backgroundColor": "#1B1713",
  177. "custom":true,
  178. "list": [{
  179. "pagePath": "pages/index/index",
  180. "iconPath": "static/image/tabbar/home.png",
  181. "selectedIconPath": "static/image/tabbar/home-a.png",
  182. "text": "首页"
  183. }, {
  184. "pagePath": "pages/index/member",
  185. "iconPath": "static/image/tabbar/zhaomu.png",
  186. "selectedIconPath": "static/image/tabbar/zhaomu-a.png",
  187. "text": "招募"
  188. }, {
  189. "pagePath": "pages/index/cart",
  190. "iconPath": "static/image/tabbar/order.png",
  191. "selectedIconPath": "static/image/tabbar/order-a.png",
  192. "text": "订单"
  193. }, {
  194. "pagePath": "pages/index/center",
  195. "iconPath": "static/image/tabbar/center.png",
  196. "selectedIconPath": "static/image/tabbar/center-a.png",
  197. "text": "我的"
  198. }]
  199. },
  200. "uniIdRouter": {}
  201. }