pages.json 6.2 KB

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