pages.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  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. {
  53. "path": "pages/product/product",
  54. "style": {
  55. "navigationBarTitleText": "详情展示",
  56. "app-plus": {
  57. "titleNView": {
  58. "type": "transparent"
  59. }
  60. }
  61. }
  62. },
  63. {
  64. "path": "pages/cart/cart",
  65. "style": {
  66. "navigationBarTitleText": "购物车",
  67. "navigationBarBackgroundColor": "#fff",
  68. "navigationBarTextStyle": "black"
  69. }
  70. },
  71. {
  72. "path": "pages/user/user",
  73. "style": {
  74. "navigationBarTitleText": "个人中心",
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "pages/user/accounts",
  80. "style": {
  81. "navigationBarTitleText": "我的佣金"
  82. }
  83. },
  84. {
  85. "path": "pages/user/transfer",
  86. "style": {
  87. "navigationBarTitleText": "佣金转账"
  88. }
  89. },
  90. {
  91. "path": "pages/user/submit",
  92. "style": {
  93. "navigationBarTitleText": "提交成功"
  94. }
  95. },
  96. {
  97. "path": "pages/user/withdraw",
  98. "style": {
  99. "navigationBarTitleText": "提现"
  100. }
  101. },
  102. {
  103. "path": "pages/story/story",
  104. "style": {
  105. "navigationBarTitleText": "品牌故事",
  106. "navigationBarBackgroundColor": "#fff",
  107. "navigationBarTextStyle": "black"
  108. }
  109. },
  110. {
  111. "path": "pages/story/storyDetail",
  112. "style": {
  113. // "navigationBarTitleText": "品牌故事",
  114. "navigationStyle": "custom"
  115. }
  116. },
  117. {
  118. "path": "pages/order/order",
  119. "style": {
  120. "navigationBarTitleText": "我的订单",
  121. "app-plus": {
  122. "bounce": "none"
  123. }
  124. }
  125. },
  126. {
  127. "path": "pages/order/expressInfo",
  128. "style": {
  129. "navigationBarTitleText": "快递详情"
  130. }
  131. },
  132. {
  133. "path": "pages/order/orderDetail",
  134. "style": {
  135. "navigationBarTitleText": "订单详情",
  136. "app-plus": {
  137. "bounce": "none"
  138. }
  139. }
  140. },
  141. {
  142. "path": "pages/order/evaluate",
  143. "style": {
  144. "navigationBarTitleText": "评论"
  145. }
  146. },
  147. {
  148. "path": "pages/order/orderRefund",
  149. "style": {
  150. "navigationBarTitleText": "申请退款"
  151. }
  152. },
  153. {
  154. "path": "pages/order/createOrder",
  155. "style": {
  156. "navigationBarTitleText": "创建订单"
  157. }
  158. },
  159. {
  160. "path": "pages/set/address",
  161. "style": {
  162. "navigationBarTitleText": "收货地址"
  163. }
  164. },
  165. {
  166. "path": "pages/set/addressManage",
  167. "style": {
  168. "navigationBarTitleText": ""
  169. }
  170. },
  171. {
  172. "path": "pages/set/phone",
  173. "style": {
  174. "navigationBarTitleText": "实名认证"
  175. }
  176. },
  177. {
  178. "path": "pages/set/password",
  179. "style": {
  180. "navigationBarTitleText": "修改密码"
  181. }
  182. },
  183. {
  184. "path": "pages/set/userinfo",
  185. "style": {
  186. "navigationBarTitleText": "修改资料"
  187. }
  188. },
  189. {
  190. "path": "pages/money/pay",
  191. "style": {
  192. "navigationBarTitleText": "支付"
  193. }
  194. },
  195. {
  196. "path": "pages/money/paySuccess",
  197. "style": {
  198. "navigationBarTitleText": "支付成功"
  199. }
  200. },
  201. {
  202. "path": "pages/money/wallet",
  203. "style": {
  204. "navigationBarTitleText": "我的钱包",
  205. "app-plus": {
  206. "titleNView": {
  207. "type": "transparent"
  208. }
  209. }
  210. }
  211. },
  212. {
  213. "path": "pages/money/account",
  214. "style": {
  215. "navigationBarTitleText": "提现账号"
  216. }
  217. },
  218. {
  219. "path": "pages/money/withdrawal",
  220. "style": {
  221. "navigationBarTitleText": "提现"
  222. }
  223. },
  224. {
  225. "path": "pages/money/recharge",
  226. "style": {
  227. "navigationBarTitleText": "充值"
  228. }
  229. },
  230. {
  231. "path": "pages/public/register",
  232. "style": {
  233. "navigationBarTitleText": "注册",
  234. "app-plus": {
  235. "titleNView": {
  236. "type": "transparent"
  237. }
  238. }
  239. }
  240. }, {
  241. "path": "pages/public/login",
  242. "style": {
  243. "navigationBarTitleText": "登录",
  244. "app-plus": {
  245. "titleNView": {
  246. "type": "transparent"
  247. }
  248. }
  249. }
  250. },
  251. {
  252. "path": "pages/public/wxLogin",
  253. "style": {
  254. "navigationBarTitleText": "微信登录",
  255. "app-plus": {
  256. "titleNView": {
  257. "type": "transparent"
  258. }
  259. }
  260. }
  261. },
  262. {
  263. "path": "pages/public/forget",
  264. "style": {
  265. "navigationBarTitleText": "忘记密码",
  266. "app-plus": {
  267. "titleNView": {
  268. "type": "transparent"
  269. }
  270. }
  271. }
  272. }
  273. ],
  274. "tabBar": {
  275. "color": "#C0C4CC",
  276. "selectedColor": "#3F7C1F",
  277. "borderStyle": "black",
  278. "backgroundColor": "#ffffff",
  279. "list": [{
  280. "pagePath": "pages/index/index",
  281. "iconPath": "static/tabBar/tab-home.png",
  282. "selectedIconPath": "static/tabBar/tab-home-current.png",
  283. "text": "首页"
  284. },
  285. {
  286. "pagePath": "pages/category/category",
  287. "iconPath": "static/tabBar/tab-cate.png",
  288. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  289. "text": "分类"
  290. },
  291. {
  292. "pagePath": "pages/story/story",
  293. "iconPath": "static/tabBar/tab-cart.png",
  294. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  295. "text": "品牌故事"
  296. },
  297. {
  298. "pagePath": "pages/cart/cart",
  299. "iconPath": "static/tabBar/tab-cart.png",
  300. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  301. "text": "购物车"
  302. },
  303. {
  304. "pagePath": "pages/user/user",
  305. "iconPath": "static/tabBar/tab-my.png",
  306. "selectedIconPath": "static/tabBar/tab-my-current.png",
  307. "text": "我的"
  308. }
  309. ]
  310. }
  311. }