pages.json 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "enablePullDownRefresh": true,
  6. "navigationStyle": "custom",
  7. // "app-plus": {
  8. // "titleNView": {
  9. // "type": "transparent",
  10. // "searchInput": {
  11. // "backgroundColor": "rgba(231, 231, 231,.7)",
  12. // "borderRadius": "16px",
  13. // "placeholder": "请输入关键字",
  14. // "disabled": true,
  15. // "placeholderColor": "#606266",
  16. // "align": "left"
  17. // }
  18. // }
  19. // },
  20. "navigationBarTitleText": "商城首页"
  21. }
  22. },
  23. {
  24. "path": "pages/category/category",
  25. "style": {
  26. // #ifdef APP-PLUS
  27. "navigationStyle": "custom",
  28. // #endif
  29. // #ifndef MP
  30. "app-plus": {
  31. "bounce": "none",
  32. "titleNView": {
  33. "searchInput": {
  34. "backgroundColor": "rgba(231, 231, 231,.7)",
  35. "borderRadius": "16px",
  36. "placeholder": "商品搜索",
  37. "disabled": true,
  38. "placeholderColor": "#606266",
  39. "align": "left"
  40. }
  41. }
  42. },
  43. // #endif
  44. "navigationBarTitleText": "分类",
  45. "navigationBarBackgroundColor": "#FFFFFF"
  46. }
  47. }, {
  48. "path": "pages/cart/cart",
  49. "style": {
  50. "navigationBarTitleText": "购物车",
  51. "navigationBarBackgroundColor": "#FFFFFF",
  52. "navigationBarTextStyle": "black"
  53. }
  54. },
  55. {
  56. "path": "pages/user/user",
  57. "style": {
  58. "navigationBarTitleText": "个人中心"
  59. }
  60. },
  61. {
  62. "path": "pages/user/jiedian",
  63. "style": {
  64. "navigationBarTitleText": "我的接点",
  65. "navigationBarBackgroundColor": "#FFFFFF",
  66. "navigationBarTextStyle": "black"
  67. }
  68. },
  69. {
  70. "path": "pages/user/accounts"
  71. }
  72. ],
  73. "pages": [{
  74. "path": "pages/index/index",
  75. "style": {
  76. "enablePullDownRefresh": true,
  77. // #ifdef MP
  78. "navigationStyle": "custom",
  79. // #endif
  80. // #ifndef MP
  81. "app-plus": {
  82. "titleNView": {
  83. "type": "transparent",
  84. "searchInput": {
  85. "backgroundColor": "rgba(231, 231, 231,.7)",
  86. "borderRadius": "16px",
  87. "placeholder": "请输入关键字",
  88. "disabled": true,
  89. "placeholderColor": "#606266",
  90. "align": "left"
  91. }
  92. }
  93. },
  94. // #endif
  95. "navigationBarTitleText": "商城首页"
  96. }
  97. },
  98. {
  99. "path": "pages/category/category",
  100. "style": {
  101. // #ifdef APP-PLUS
  102. "navigationStyle": "custom",
  103. // #endif
  104. // #ifndef MP
  105. "app-plus": {
  106. "bounce": "none",
  107. "titleNView": {
  108. "searchInput": {
  109. "backgroundColor": "rgba(231, 231, 231,.7)",
  110. "borderRadius": "16px",
  111. "placeholder": "商品搜索",
  112. "disabled": true,
  113. "placeholderColor": "#606266",
  114. "align": "left"
  115. }
  116. }
  117. },
  118. // #endif
  119. "navigationBarTitleText": "分类",
  120. "navigationBarBackgroundColor": "#FFFFFF"
  121. }
  122. },
  123. {
  124. "path": "pages/product/product",
  125. "style": {
  126. "navigationBarTitleText": "详情展示",
  127. "app-plus": {
  128. "titleNView": {
  129. "type": "transparent"
  130. }
  131. }
  132. }
  133. },
  134. {
  135. "path": "pages/cart/cart",
  136. "style": {
  137. "navigationBarTitleText": "购物车",
  138. "navigationBarBackgroundColor": "#fff",
  139. "navigationBarTextStyle": "black"
  140. }
  141. },
  142. {
  143. "path": "pages/user/user",
  144. "style": {
  145. "navigationBarTitleText": "个人中心",
  146. "navigationStyle": "custom"
  147. }
  148. },
  149. {
  150. "path": "pages/user/accounts",
  151. "style": {
  152. "navigationBarTitleText": "我的佣金"
  153. }
  154. },
  155. {
  156. "path": "pages/user/transfer",
  157. "style": {
  158. "navigationBarTitleText": "佣金转账"
  159. }
  160. },
  161. {
  162. "path": "pages/user/submit",
  163. "style": {
  164. "navigationBarTitleText": "提交成功"
  165. }
  166. },
  167. {
  168. "path": "pages/user/withdraw",
  169. "style": {
  170. "navigationBarTitleText": "提现"
  171. }
  172. },
  173. {
  174. "path": "pages/story/story",
  175. "style": {
  176. "navigationBarTitleText": "品牌故事",
  177. "navigationBarBackgroundColor": "#fff",
  178. "navigationBarTextStyle": "black"
  179. }
  180. },
  181. {
  182. "path": "pages/story/storyDetail",
  183. "style": {
  184. // "navigationBarTitleText": "品牌故事",
  185. "navigationStyle": "custom"
  186. }
  187. },
  188. {
  189. "path": "pages/order/order",
  190. "style": {
  191. "navigationBarTitleText": "我的订单",
  192. "app-plus": {
  193. "bounce": "none"
  194. }
  195. }
  196. },
  197. {
  198. "path": "pages/order/expressInfo",
  199. "style": {
  200. "navigationBarTitleText": "快递详情"
  201. }
  202. },
  203. {
  204. "path": "pages/order/orderDetail",
  205. "style": {
  206. "navigationBarTitleText": "订单详情",
  207. "app-plus": {
  208. "bounce": "none"
  209. }
  210. }
  211. },
  212. {
  213. "path": "pages/order/evaluate",
  214. "style": {
  215. "navigationBarTitleText": "评论"
  216. }
  217. },
  218. {
  219. "path": "pages/order/orderRefund",
  220. "style": {
  221. "navigationBarTitleText": "申请退款"
  222. }
  223. },
  224. {
  225. "path": "pages/order/createOrder",
  226. "style": {
  227. "navigationBarTitleText": "创建订单"
  228. }
  229. },
  230. {
  231. "path": "pages/set/address",
  232. "style": {
  233. "navigationBarTitleText": "收货地址"
  234. }
  235. },
  236. {
  237. "path": "pages/set/addressManage",
  238. "style": {
  239. "navigationBarTitleText": ""
  240. }
  241. },
  242. {
  243. "path": "pages/set/phone",
  244. "style": {
  245. "navigationBarTitleText": "实名认证"
  246. }
  247. },
  248. {
  249. "path": "pages/set/password",
  250. "style": {
  251. "navigationBarTitleText": "修改密码"
  252. }
  253. },
  254. {
  255. "path": "pages/set/userinfo",
  256. "style": {
  257. "navigationBarTitleText": "修改资料"
  258. }
  259. }
  260. ],
  261. "tabBar": {
  262. "color": "#C0C4CC",
  263. "selectedColor": "#3F7C1F",
  264. "borderStyle": "black",
  265. "backgroundColor": "#ffffff",
  266. "list": [{
  267. "pagePath": "pages/index/index",
  268. "iconPath": "static/tabBar/tab-home.png",
  269. "selectedIconPath": "static/tabBar/tab-home-current.png",
  270. "text": "首页"
  271. },
  272. {
  273. "pagePath": "pages/category/category",
  274. "iconPath": "static/tabBar/tab-cate.png",
  275. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  276. "text": "分类"
  277. },
  278. {
  279. "pagePath": "pages/story/story",
  280. "iconPath": "static/tabBar/tab-cart.png",
  281. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  282. "text": "品牌故事"
  283. },
  284. {
  285. "pagePath": "pages/cart/cart",
  286. "iconPath": "static/tabBar/tab-cart.png",
  287. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  288. "text": "购物车"
  289. },
  290. {
  291. "pagePath": "pages/user/user",
  292. "iconPath": "static/tabBar/tab-my.png",
  293. "selectedIconPath": "static/tabBar/tab-my-current.png",
  294. "text": "我的"
  295. }
  296. ]
  297. }
  298. }