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

256 lines
5.1 KiB

2 months ago
1 month ago
2 months ago
2 months ago
1 month ago
2 months ago
1 month ago
2 months ago
2 months ago
1 month ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
1 month ago
2 months ago
2 months ago
2 months ago
1 month ago
2 months ago
1 month ago
2 months ago
2 months ago
2 months ago
1 month ago
2 months ago
1 month ago
2 months ago
1 month ago
2 months ago
1 month 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. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/index/order",
  12. "style": {
  13. "navigationBarTitleText": "",
  14. "enablePullDownRefresh": true
  15. }
  16. },
  17. {
  18. "path": "pages/index/center",
  19. "style": {
  20. "navigationBarTitleText": ""
  21. }
  22. },
  23. {
  24. "path": "pages/index/cart",
  25. "style": {
  26. "navigationStyle": "custom" ,
  27. "navigationBarTextStyle": "white",
  28. "enablePullDownRefresh": true
  29. }
  30. },
  31. {
  32. "path": "pages/index/member",
  33. "style": {
  34. "enablePullDownRefresh": true,
  35. "navigationBarTitleText": ""
  36. }
  37. }
  38. ],
  39. "preloadRule": {
  40. "pages/index/index": {
  41. "network": "all",
  42. "packages": ["pages_order"]
  43. }
  44. },
  45. "subPackages": [{
  46. "root": "pages_order",
  47. "pages": [
  48. {
  49. "path": "orderEvaluation",
  50. "style": {
  51. "enablePullDownRefresh": true,
  52. "navigationStyle": "custom" ,
  53. "navigationBarTextStyle": "white"
  54. }
  55. },
  56. {
  57. "path": "payOrder",
  58. "style": {
  59. "navigationStyle": "custom" ,
  60. "navigationBarTextStyle": "white"
  61. }
  62. },
  63. {
  64. "path": "orderDetails",
  65. "style": {
  66. "navigationStyle": "custom" ,
  67. "navigationBarTextStyle": "white"
  68. }
  69. },
  70. {
  71. "path": "lvyou-detail",
  72. "style": {
  73. "navigationStyle": "custom" ,
  74. "navigationBarTextStyle": "white"
  75. }
  76. },
  77. {
  78. "path": "huodong-detail",
  79. "style": {
  80. "navigationStyle": "custom" ,
  81. "navigationBarTextStyle": "white"
  82. }
  83. },
  84. {
  85. "path": "invoiceIssuance",
  86. "style": {
  87. "enablePullDownRefresh": true,
  88. "navigationStyle": "custom" ,
  89. "navigationBarTextStyle": "white"
  90. }
  91. },
  92. {
  93. "path": "invoiceRecords",
  94. "style": {
  95. "enablePullDownRefresh": true,
  96. "navigationStyle": "custom" ,
  97. "navigationBarTextStyle": "white"
  98. }
  99. }
  100. ]
  101. },
  102. {
  103. "root": "pages_zlx",
  104. "pages": [
  105. {
  106. "path": "zlx-form",
  107. "style": {
  108. "enablePullDownRefresh": true,
  109. "navigationStyle": "custom" ,
  110. "navigationBarTextStyle": "white"
  111. }
  112. }
  113. ]
  114. },
  115. {
  116. "root": "pages_my",
  117. "pages": [
  118. {
  119. "path": "zlx-qiandao",
  120. "style": {
  121. "enablePullDownRefresh": true,
  122. "navigationStyle": "custom" ,
  123. "navigationBarTextStyle": "white"
  124. }
  125. },
  126. {
  127. "path": "qiandao-list",
  128. "style": {
  129. "enablePullDownRefresh": true,
  130. "navigationStyle": "custom" ,
  131. "navigationBarTextStyle": "white"
  132. }
  133. },
  134. {
  135. "path": "user-msg",
  136. "style": {
  137. "navigationStyle": "custom" ,
  138. "navigationBarTextStyle": "white"
  139. }
  140. },
  141. {
  142. "path": "user-info",
  143. "style": {
  144. "navigationStyle": "custom" ,
  145. "navigationBarTextStyle": "white"
  146. }
  147. },
  148. {
  149. "path": "collection",
  150. "style": {
  151. "enablePullDownRefresh": true,
  152. "navigationStyle": "custom" ,
  153. "navigationBarTextStyle": "white"
  154. }
  155. },
  156. {
  157. "path": "travelList",
  158. "style": {
  159. "enablePullDownRefresh": true,
  160. "navigationStyle": "custom" ,
  161. "navigationBarTextStyle": "white"
  162. }
  163. },
  164. {
  165. "path": "activeList",
  166. "style": {
  167. "enablePullDownRefresh": true,
  168. "navigationStyle": "custom" ,
  169. "navigationBarTextStyle": "white"
  170. }
  171. },
  172. {
  173. "path": "zlx-xieyi",
  174. "style": {
  175. "navigationStyle": "custom" ,
  176. "navigationBarTextStyle": "white"
  177. }
  178. },
  179. {
  180. "path": "guanyuwomen",
  181. "style": {
  182. "navigationStyle": "custom" ,
  183. "navigationBarTextStyle": "white"
  184. }
  185. }
  186. ]
  187. },
  188. {
  189. "root": "pages_login",
  190. "pages": [
  191. {
  192. "path": "wxUserInfo",
  193. "style": {
  194. "navigationStyle": "custom" ,
  195. "navigationBarTextStyle": "white"
  196. }
  197. },
  198. {
  199. "path": "wxLogin",
  200. "style": {
  201. "navigationStyle": "custom" ,
  202. "navigationBarTextStyle": "white"
  203. }
  204. },
  205. {
  206. "path": "yinsixieyi",
  207. "style": {
  208. "navigationStyle": "custom" ,
  209. "navigationBarTextStyle": "white"
  210. }
  211. },
  212. {
  213. "path": "fuwutiaokuan",
  214. "style": {
  215. "navigationStyle": "custom" ,
  216. "navigationBarTextStyle": "white"
  217. }
  218. }
  219. ]
  220. }],
  221. "globalStyle": {
  222. "navigationBarTextStyle": "black",
  223. "navigationBarTitleText": "酒店桌布",
  224. "navigationBarBackgroundColor": "#F8F8F8",
  225. "backgroundColor": "#F8F8F8",
  226. "navigationStyle": "custom"
  227. },
  228. "tabBar": {
  229. "borderStyle": "white",
  230. "color": "#4D4D4D",
  231. "selectedColor": "#F85152",
  232. "backgroundColor": "#1B1713",
  233. "custom":true,
  234. "list": [{
  235. "pagePath": "pages/index/index",
  236. "iconPath": "static/image/tabbar/home.png",
  237. "selectedIconPath": "static/image/tabbar/home-a.png",
  238. "text": "首页"
  239. }, {
  240. "pagePath": "pages/index/member",
  241. "iconPath": "static/image/tabbar/zhaomu.png",
  242. "selectedIconPath": "static/image/tabbar/zhaomu-a.png",
  243. "text": "招募"
  244. }, {
  245. "pagePath": "pages/index/cart",
  246. "iconPath": "static/image/tabbar/order.png",
  247. "selectedIconPath": "static/image/tabbar/order-a.png",
  248. "text": "订单"
  249. }, {
  250. "pagePath": "pages/index/center",
  251. "iconPath": "static/image/tabbar/center.png",
  252. "selectedIconPath": "static/image/tabbar/center-a.png",
  253. "text": "我的"
  254. }]
  255. },
  256. "uniIdRouter": {}
  257. }