pages.json 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  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/public/register",
  29. "style": {
  30. "navigationBarTitleText": "注册",
  31. "app-plus": {
  32. "titleNView": {
  33. "type": "transparent"
  34. }
  35. }
  36. }
  37. }, {
  38. "path": "pages/public/login",
  39. "style": {
  40. "navigationBarTitleText": "登录",
  41. "app-plus": {
  42. "titleNView": {
  43. "type": "transparent"
  44. }
  45. }
  46. }
  47. },
  48. {
  49. "path": "pages/collection/bank",
  50. "style": {
  51. "navigationBarTitleText": "添加银行卡"
  52. }
  53. },
  54. {
  55. "path": "pages/collection/zfb",
  56. "style": {
  57. "navigationBarTitleText": "添加支付宝"
  58. }
  59. },
  60. {
  61. "path": "pages/user/team",
  62. "style": {
  63. "navigationBarTitleText": "我的团队",
  64. "app-plus": {
  65. "titleNView": {
  66. "type": "transparent"
  67. }
  68. }
  69. }
  70. },
  71. {
  72. "path": "pages/money/success",
  73. "style": {
  74. "navigationBarTitleText": "提交成功"
  75. }
  76. },
  77. {
  78. "path": "pages/public/wxLogin",
  79. "style": {
  80. "navigationBarTitleText": "微信登录",
  81. "app-plus": {
  82. "titleNView": {
  83. "type": "transparent"
  84. }
  85. }
  86. }
  87. },
  88. {
  89. "path": "pages/public/forget",
  90. "style": {
  91. "navigationBarTitleText": "忘记密码",
  92. "app-plus": {
  93. "titleNView": {
  94. "type": "transparent"
  95. }
  96. }
  97. }
  98. },
  99. {
  100. "path": "pages/product/reply",
  101. "style": {
  102. "navigationBarTitleText": "商品评价",
  103. "app-plus": {
  104. "titleNView": {
  105. "type": "transparent"
  106. }
  107. }
  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/product/list",
  123. "style": {
  124. "enablePullDownRefresh": true,
  125. "navigationBarTitleText": "商品列表"
  126. }
  127. },
  128. {
  129. "path": "pages/product/search",
  130. "style": {
  131. "enablePullDownRefresh": true,
  132. // #ifdef APP-PLUS
  133. "navigationStyle": "custom",
  134. // #endif
  135. // #ifndef MP || APP-PLUS
  136. "app-plus": {
  137. "titleNView": {
  138. "searchInput": {
  139. "backgroundColor": "rgba(231, 231, 231,.7)",
  140. "borderRadius": "16px",
  141. "placeholder": "请输入关键字",
  142. "disabled": false,
  143. "placeholderColor": "#606266",
  144. "align": "left"
  145. },
  146. "buttons": [{
  147. "text": "搜索",
  148. "fontSize": "14",
  149. "color": "#303133",
  150. "background": "rgba(0,0,0,0)",
  151. "width": "40px"
  152. }]
  153. }
  154. },
  155. // #endif
  156. "navigationBarTitleText": "搜索"
  157. }
  158. },
  159. {
  160. "path": "pages/product/classify",
  161. "style": {
  162. "navigationBarTitleText": "报单商品",
  163. "navigationStyle": "custom",
  164. "app-plus": {
  165. "titleNView": {
  166. "type": "transparent"
  167. }
  168. }
  169. }
  170. },
  171. {
  172. "path": "pages/set/set",
  173. "style": {
  174. "navigationBarTitleText": "设置"
  175. }
  176. },
  177. {
  178. "path": "pages/set/address",
  179. "style": {
  180. "navigationBarTitleText": "收货地址"
  181. }
  182. },
  183. {
  184. "path": "pages/set/addressManage",
  185. "style": {
  186. "navigationBarTitleText": ""
  187. }
  188. },
  189. {
  190. "path": "pages/set/phone",
  191. "style": {
  192. "navigationBarTitleText": "实名认证"
  193. }
  194. },
  195. {
  196. "path": "pages/set/password",
  197. "style": {
  198. "navigationBarTitleText": "修改密码"
  199. }
  200. },
  201. {
  202. "path": "pages/set/userinfo",
  203. "style": {
  204. "navigationBarTitleText": "修改资料"
  205. }
  206. }, {
  207. "path": "pages/cart/cart",
  208. "style": {
  209. "navigationBarTitleText": "购物车"
  210. }
  211. },
  212. {
  213. "path": "pages/user/user",
  214. "style": {
  215. "navigationBarTitleText": "个人中心"
  216. }
  217. },
  218. {
  219. "path": "pages/user/award",
  220. "style": {
  221. "navigationBarTitleText": "奖励明细",
  222. "app-plus": {
  223. "titleNView": {
  224. "type": "transparent"
  225. }
  226. }
  227. }
  228. },
  229. {
  230. "path": "pages/user/withdrawal",
  231. "style": {
  232. "navigationBarTitleText": "奖励提现"
  233. }
  234. },
  235. {
  236. "path": "pages/user/favorites",
  237. "style": {
  238. "navigationBarTitleText": "收藏夹"
  239. }
  240. },
  241. {
  242. "path": "pages/user/about",
  243. "style": {
  244. "navigationBarTitleText": "关于我们"
  245. }
  246. },
  247. {
  248. "path": "pages/user/scoreAccumulate",
  249. "style": {
  250. "navigationBarTitleText": "积分明细"
  251. }
  252. },
  253. {
  254. "path": "pages/order/order",
  255. "style": {
  256. "navigationBarTitleText": "我的订单",
  257. "app-plus": {
  258. "bounce": "none"
  259. }
  260. }
  261. },
  262. {
  263. "path": "pages/order/expressInfo",
  264. "style": {
  265. "navigationBarTitleText": "快递详情"
  266. }
  267. },
  268. {
  269. "path": "pages/order/orderDetail",
  270. "style": {
  271. "navigationBarTitleText": "订单详情",
  272. "app-plus": {
  273. "bounce": "none"
  274. }
  275. }
  276. },
  277. {
  278. "path": "pages/order/evaluate",
  279. "style": {
  280. "navigationBarTitleText": "评论"
  281. }
  282. },
  283. {
  284. "path": "pages/order/orderRefund",
  285. "style": {
  286. "navigationBarTitleText": "申请退款"
  287. }
  288. },
  289. {
  290. "path": "pages/order/createOrder",
  291. "style": {
  292. "navigationBarTitleText": "创建订单"
  293. }
  294. }, {
  295. "path": "pages/money/pay",
  296. "style": {
  297. "navigationBarTitleText": "支付"
  298. }
  299. },
  300. {
  301. "path": "pages/money/paySuccess",
  302. "style": {
  303. "navigationBarTitleText": "支付成功"
  304. }
  305. },
  306. {
  307. "path": "pages/money/wallet",
  308. "style": {
  309. "navigationBarTitleText": "我的钱包",
  310. "app-plus": {
  311. "titleNView": {
  312. "type": "transparent"
  313. }
  314. }
  315. }
  316. },
  317. {
  318. "path": "pages/money/account",
  319. "style": {
  320. "navigationBarTitleText": "提现账号"
  321. }
  322. },
  323. {
  324. "path": "pages/money/withdrawal",
  325. "style": {
  326. "navigationBarTitleText": "提现"
  327. }
  328. },
  329. {
  330. "path": "pages/money/recharge",
  331. "style": {
  332. "navigationBarTitleText": "充值"
  333. }
  334. },
  335. {
  336. "path": "pages/category/category",
  337. "style": {
  338. // #ifdef APP-PLUS
  339. "navigationStyle": "custom",
  340. // #endif
  341. // #ifndef MP
  342. "app-plus": {
  343. "bounce": "none",
  344. "titleNView": {
  345. "searchInput": {
  346. "backgroundColor": "rgba(231, 231, 231,.7)",
  347. "borderRadius": "16px",
  348. "placeholder": "商品搜索",
  349. "disabled": true,
  350. "placeholderColor": "#606266",
  351. "align": "left"
  352. }
  353. }
  354. },
  355. // #endif
  356. "navigationBarTitleText": "分类"
  357. }
  358. },
  359. {
  360. "path": "pages/redirect/redirect",
  361. "style": {
  362. "navigationBarTitleText": "微信登录跳转页面",
  363. "app-plus": {
  364. "titleNView": false
  365. }
  366. }
  367. },
  368. {
  369. "path": "pages/contract/privacy",
  370. "style": {
  371. "navigationBarTitleText": "隐私政策"
  372. }
  373. },
  374. {
  375. "path": "pages/contract/start",
  376. "style": {
  377. "navigationBarTitleText": "温馨提示"
  378. }
  379. },
  380. {
  381. "path": "pages/contract/agreement",
  382. "style": {
  383. "navigationBarTitleText": "会员协议"
  384. }
  385. },
  386. {
  387. "path": "pages/user/shareQrCode",
  388. "style": {
  389. "navigationBarTitleText": "邀请好友"
  390. }
  391. }
  392. ],
  393. "subPackages": [{
  394. "root": "pages/activity",
  395. "name": "activity",
  396. "pages": [{
  397. "path": "goods_bargain/index",
  398. "style": {
  399. "navigationStyle": "custom"
  400. // #ifdef MP
  401. ,
  402. "navigationBarTextStyle": "#fff"
  403. // #endif
  404. }
  405. },
  406. {
  407. "path": "goods_bargain_details/index",
  408. "style": {
  409. "navigationStyle": "custom"
  410. // #ifdef MP
  411. ,
  412. "navigationBarTextStyle": "#fff"
  413. // #endif
  414. }
  415. },
  416. {
  417. "path": "bargain/index",
  418. "style": {
  419. "navigationBarTitleText": "砍价记录"
  420. }
  421. }
  422. ]
  423. }],
  424. "globalStyle": {
  425. "navigationBarTextStyle": "black",
  426. "navigationBarTitleText": "uni-app",
  427. "navigationBarBackgroundColor": "#FFFFFF",
  428. "backgroundColor": "#f8f8f8"
  429. },
  430. "tabBar": {
  431. "color": "#C0C4CC",
  432. "selectedColor": "#5DBC7C",
  433. "borderStyle": "black",
  434. "backgroundColor": "#ffffff",
  435. "list": [{
  436. "pagePath": "pages/index/index",
  437. "iconPath": "static/tabBar/tab-home.png",
  438. "selectedIconPath": "static/tabBar/tab-home-current.png",
  439. "text": "首页"
  440. },
  441. {
  442. "pagePath": "pages/category/category",
  443. "iconPath": "static/tabBar/tab-cate.png",
  444. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  445. "text": "分类"
  446. },
  447. {
  448. "pagePath": "pages/cart/cart",
  449. "iconPath": "static/tabBar/tab-cart.png",
  450. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  451. "text": "购物车"
  452. },
  453. {
  454. "pagePath": "pages/user/user",
  455. "iconPath": "static/tabBar/tab-my.png",
  456. "selectedIconPath": "static/tabBar/tab-my-current.png",
  457. "text": "我的"
  458. }
  459. ]
  460. }
  461. }