优惠券小程序(猎户)

pages.json 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/coupon/coupon",
  8. "style": {
  9. "navigationStyle": "custom" ,
  10. "navigationBarTitleText": "找券",
  11. "enablePullDownRefresh": true
  12. }
  13. },
  14. {
  15. "path": "pages/special/special",
  16. "style": {
  17. "navigationStyle": "custom",
  18. "navigationBarTitleText": "专题",
  19. "enablePullDownRefresh": true
  20. }
  21. },
  22. {
  23. "path": "pages/optimization/optimization",
  24. "style": {
  25. "navigationStyle": "custom",
  26. "navigationBarTitleText": "优选",
  27. "enablePullDownRefresh": true
  28. }
  29. },
  30. {
  31. "path": "pages/my/my",
  32. "style": {
  33. "navigationStyle": "custom" ,
  34. "navigationBarTitleText": "我的",
  35. "enablePullDownRefresh": false
  36. }
  37. }
  38. ],
  39. "subPackages": [
  40. {
  41. "root": "pages/subPackages/coupon",
  42. "pages": [
  43. {
  44. "path": "search",
  45. "style": {
  46. "navigationStyle": "custom",
  47. "enablePullDownRefresh": false
  48. }
  49. },
  50. {
  51. "path": "goodsDetail",
  52. "style": {
  53. "navigationStyle": "custom",
  54. "enablePullDownRefresh": false
  55. }
  56. }
  57. ]
  58. },
  59. {
  60. "root": "pages/subPackages/special",
  61. "pages": [
  62. {
  63. "path": "specialDetail",
  64. "style": {
  65. "navigationStyle": "custom",
  66. "enablePullDownRefresh": false
  67. }
  68. }
  69. ]
  70. },
  71. {
  72. "root": "pages/subPackages/my",
  73. "pages": [
  74. {
  75. "path": "collectList",
  76. "style": {
  77. "navigationStyle": "custom",
  78. "enablePullDownRefresh": true
  79. }
  80. },
  81. {
  82. "path": "historyList",
  83. "style": {
  84. "navigationStyle": "custom",
  85. "enablePullDownRefresh": true
  86. }
  87. },
  88. {
  89. "path": "shareList",
  90. "style": {
  91. "navigationStyle": "custom",
  92. "enablePullDownRefresh": false
  93. }
  94. },
  95. {
  96. "path": "feedback",
  97. "style": {
  98. "navigationStyle": "custom",
  99. "enablePullDownRefresh": false
  100. }
  101. }
  102. ]
  103. },
  104. {
  105. "root": "pages/subPackages/demo",
  106. "pages": [
  107. {
  108. "path": "demo",
  109. "style": {
  110. "navigationStyle": "custom",
  111. "navigationBarTitleText": "demo",
  112. "navigationBarTextStyle": "white",
  113. "enablePullDownRefresh": false
  114. }
  115. }
  116. ]
  117. }
  118. ],
  119. "tabBar": {
  120. "color": "#202020",
  121. "selectedColor": "#F8603F",
  122. "backgroundColor": "#FAF9FA",
  123. "borderStyle": "black",
  124. "list": [
  125. {
  126. "pagePath": "pages/coupon/coupon",
  127. "iconPath": "/static/tabBar/coupon.png",
  128. "selectedIconPath": "/static/tabBar/coupon-on.png",
  129. "text": "找券"
  130. },
  131. {
  132. "pagePath": "pages/special/special",
  133. "iconPath": "/static/tabBar/special.png",
  134. "selectedIconPath": "/static/tabBar/special-on.png",
  135. "text": "专题"
  136. },
  137. {
  138. "pagePath": "pages/optimization/optimization",
  139. "iconPath": "/static/tabBar/optimization.png",
  140. "selectedIconPath": "/static/tabBar/optimization-on.png",
  141. "text": "优选"
  142. },
  143. {
  144. "pagePath": "pages/my/my",
  145. "iconPath": "/static/tabBar/my.png",
  146. "selectedIconPath": "/static/tabBar/my-on.png",
  147. "text": "我的"
  148. }
  149. ]
  150. },
  151. "globalStyle": {
  152. "navigationBarTextStyle": "black",
  153. "navigationBarTitleText": "优惠券",
  154. "navigationBarBackgroundColor": "#F8F8F8",
  155. "backgroundColor": "#F8F8F8"
  156. },
  157. "uniIdRouter": {}
  158. }