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

247 lines
4.7 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
11 months ago
1 year ago
1 year ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year 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. "path": "zlx-xieyi",
  165. "style": {
  166. "navigationStyle": "custom" ,
  167. "navigationBarTextStyle": "white"
  168. }
  169. },
  170. {
  171. "path": "guanyuwomen",
  172. "style": {
  173. "navigationStyle": "custom" ,
  174. "navigationBarTextStyle": "white"
  175. }
  176. }
  177. ]
  178. },
  179. {
  180. "root": "pages_login",
  181. "pages": [
  182. {
  183. "path": "wxUserInfo",
  184. "style": {
  185. "navigationStyle": "custom" ,
  186. "navigationBarTextStyle": "white"
  187. }
  188. },
  189. {
  190. "path": "wxLogin",
  191. "style": {
  192. "navigationStyle": "custom" ,
  193. "navigationBarTextStyle": "white"
  194. }
  195. },
  196. {
  197. "path": "yinsixieyi",
  198. "style": {
  199. "navigationStyle": "custom" ,
  200. "navigationBarTextStyle": "white"
  201. }
  202. },
  203. {
  204. "path": "fuwutiaokuan",
  205. "style": {
  206. "navigationStyle": "custom" ,
  207. "navigationBarTextStyle": "white"
  208. }
  209. }
  210. ]
  211. }],
  212. "globalStyle": {
  213. "navigationBarTextStyle": "black",
  214. "navigationBarTitleText": "酒店桌布",
  215. "navigationBarBackgroundColor": "#F8F8F8",
  216. "backgroundColor": "#F8F8F8",
  217. "navigationStyle": "custom"
  218. },
  219. "tabBar": {
  220. "borderStyle": "white",
  221. "color": "#4D4D4D",
  222. "selectedColor": "#F85152",
  223. "backgroundColor": "#1B1713",
  224. "custom":true,
  225. "list": [{
  226. "pagePath": "pages/index/index",
  227. "iconPath": "static/image/tabbar/home.png",
  228. "selectedIconPath": "static/image/tabbar/home-a.png",
  229. "text": "首页"
  230. }, {
  231. "pagePath": "pages/index/member",
  232. "iconPath": "static/image/tabbar/zhaomu.png",
  233. "selectedIconPath": "static/image/tabbar/zhaomu-a.png",
  234. "text": "招募"
  235. }, {
  236. "pagePath": "pages/index/cart",
  237. "iconPath": "static/image/tabbar/order.png",
  238. "selectedIconPath": "static/image/tabbar/order-a.png",
  239. "text": "订单"
  240. }, {
  241. "pagePath": "pages/index/center",
  242. "iconPath": "static/image/tabbar/center.png",
  243. "selectedIconPath": "static/image/tabbar/center-a.png",
  244. "text": "我的"
  245. }]
  246. },
  247. "uniIdRouter": {}
  248. }