pages.json 7.1 KB

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