pages.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "enablePullDownRefresh": true,
  6. // #ifdef MP
  7. "navigationStyle": "custom",
  8. // #endif
  9. // #ifndef MP
  10. "app-plus": {
  11. "titleNView": {
  12. "type": "transparent",
  13. "searchInput": {
  14. "backgroundColor": "rgba(231, 231, 231,.7)",
  15. "borderRadius": "16px",
  16. "placeholder": "请输入关键字",
  17. "disabled": true,
  18. "placeholderColor": "#606266",
  19. "align": "left"
  20. }
  21. }
  22. },
  23. // #endif
  24. "navigationBarTitleText": "商城首页"
  25. }
  26. },
  27. {
  28. "path": "pages/category/category",
  29. "style": {
  30. // #ifdef APP-PLUS
  31. "navigationStyle": "custom",
  32. // #endif
  33. // #ifndef MP
  34. "app-plus": {
  35. "bounce": "none",
  36. "titleNView": {
  37. "searchInput": {
  38. "backgroundColor": "rgba(231, 231, 231,.7)",
  39. "borderRadius": "16px",
  40. "placeholder": "商品搜索",
  41. "disabled": true,
  42. "placeholderColor": "#606266",
  43. "align": "left"
  44. }
  45. }
  46. },
  47. // #endif
  48. "navigationBarTitleText": "分类",
  49. "navigationBarBackgroundColor":"#FFFFFF"
  50. }
  51. }, {
  52. "path": "pages/cart/cart",
  53. "style": {
  54. "navigationBarTitleText": "购物车",
  55. "navigationBarBackgroundColor":"#FFFFFF",
  56. "navigationBarTextStyle":"black"
  57. }
  58. },
  59. {
  60. "path": "pages/user/user",
  61. "style": {
  62. "navigationStyle": "custom",
  63. "navigationBarTitleText": "个人中心"
  64. }
  65. },
  66. {
  67. "path": "pages/user/balance",
  68. "style": {
  69. "navigationBarTextStyle":"black",
  70. "navigationBarBackgroundColor": "transparent",
  71. "app-plus": {
  72. "titleNView": {
  73. "type": "float",
  74. "titleText": "我的钱包"
  75. }
  76. }
  77. }
  78. },
  79. {
  80. "path": "pages/user/accounts",
  81. "style": {
  82. "navigationBarTextStyle":"black",
  83. "navigationBarBackgroundColor": "transparent",
  84. "app-plus": {
  85. "titleNView": {
  86. "type": "float",
  87. "titleText": "我的佣金"
  88. }
  89. }
  90. }
  91. },
  92. {
  93. "path": "pages/user/integral",
  94. "style": {
  95. "navigationBarTextStyle":"black",
  96. "navigationBarBackgroundColor": "transparent",
  97. "app-plus": {
  98. "titleNView": {
  99. "type": "float",
  100. "titleText": "我的积分"
  101. }
  102. }
  103. }
  104. },
  105. {
  106. "path": "pages/user/extend",
  107. "style": {
  108. "navigationBarTextStyle":"black",
  109. "navigationBarBackgroundColor": "transparent",
  110. "app-plus": {
  111. "titleNView": {
  112. "type": "float",
  113. "titleText": "我的推广"
  114. }
  115. }
  116. }
  117. },
  118. {
  119. "path": "pages/user/transfer",
  120. "style": {
  121. "navigationBarTitleText": "佣金转账",
  122. "navigationBarBackgroundColor":"#FFFFFF",
  123. "navigationBarTextStyle":"black"
  124. }
  125. },
  126. {
  127. "path": "pages/user/submit",
  128. "style": {
  129. "navigationBarTitleText": "提交成功",
  130. "navigationBarBackgroundColor":"#FFFFFF",
  131. "navigationBarTextStyle":"black"
  132. }
  133. },
  134. {
  135. "path": "pages/user/withdraw",
  136. "style": {
  137. "navigationBarTitleText": "提现",
  138. "navigationBarBackgroundColor":"#FFFFFF",
  139. "navigationBarTextStyle":"black"
  140. }
  141. },
  142. {
  143. "path": "pages/user/refer",
  144. "style": {
  145. "navigationBarTitleText": "提交成功",
  146. "navigationBarBackgroundColor":"#FFFFFF",
  147. "navigationBarTextStyle":"black"
  148. }
  149. },
  150. {
  151. "path": "pages/story/story",
  152. "style": {
  153. "navigationBarTitleText": "品牌中心",
  154. "navigationBarBackgroundColor":"#FFFFFF",
  155. "navigationBarTextStyle":"black"
  156. }
  157. }
  158. ],
  159. "tabBar": {
  160. "color": "#C0C4CC",
  161. "selectedColor": "#5DBC7C",
  162. "borderStyle": "black",
  163. "backgroundColor": "#ffffff",
  164. "list": [{
  165. "pagePath": "pages/index/index",
  166. "iconPath": "static/tabBar/tab-home.png",
  167. "selectedIconPath": "static/tabBar/tab-home-current.png",
  168. "text": "首页"
  169. },
  170. {
  171. "pagePath": "pages/category/category",
  172. "iconPath": "static/tabBar/tab-cate.png",
  173. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  174. "text": "分类"
  175. },
  176. {
  177. "pagePath": "pages/story/story",
  178. "iconPath": "static/tabBar/tab-cart.png",
  179. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  180. "text": "品牌故事"
  181. },
  182. {
  183. "pagePath": "pages/cart/cart",
  184. "iconPath": "static/tabBar/tab-cart.png",
  185. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  186. "text": "购物车"
  187. },
  188. {
  189. "pagePath": "pages/user/user",
  190. "iconPath": "static/tabBar/tab-my.png",
  191. "selectedIconPath": "static/tabBar/tab-my-current.png",
  192. "text": "我的"
  193. }
  194. ]
  195. }
  196. }