pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586
  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": "center"
  20. },
  21. "buttons": [{
  22. "fontSrc": "/static/yticon.ttf",
  23. "text": "\ue60d",
  24. "fontSize": "26",
  25. "color": "#303133",
  26. "float": "left",
  27. "background": "rgba(0,0,0,0)"
  28. },
  29. {
  30. "fontSrc": "/static/yticon.ttf",
  31. "text": "\ue744",
  32. "fontSize": "27",
  33. "color": "#303133",
  34. "background": "rgba(0,0,0,0)"
  35. }
  36. ]
  37. }
  38. },
  39. // #endif
  40. "navigationBarTitleText": "商城首页"
  41. }
  42. },
  43. {
  44. "path": "pages/index/sign",
  45. "style": {
  46. "navigationBarTitleText": "每日签到",
  47. "app-plus": {
  48. "titleNView": {
  49. "type": "transparent"
  50. }
  51. }
  52. }
  53. }, {
  54. "path": "pages/public/register",
  55. "style": {
  56. "navigationBarTitleText": "注册",
  57. "app-plus": {
  58. "titleNView": {
  59. "type": "transparent"
  60. }
  61. }
  62. }
  63. }, {
  64. "path": "pages/public/login",
  65. "style": {
  66. "navigationBarTitleText": "登录",
  67. "app-plus": {
  68. "titleNView": {
  69. "type": "transparent"
  70. }
  71. }
  72. }
  73. },
  74. {
  75. "path": "pages/public/wxLogin",
  76. "style": {
  77. "navigationBarTitleText": "微信登录",
  78. "app-plus": {
  79. "titleNView": {
  80. "type": "transparent"
  81. }
  82. }
  83. }
  84. },
  85. {
  86. "path": "pages/public/forget",
  87. "style": {
  88. "navigationBarTitleText": "忘记密码",
  89. "app-plus": {
  90. "titleNView": {
  91. "type": "transparent"
  92. }
  93. }
  94. }
  95. },
  96. {
  97. "path": "pages/product/groupBooking/index",
  98. "style": {
  99. "enablePullDownRefresh": true,
  100. "navigationBarTitleText": "超值拼团",
  101. "navigationBarBackgroundColor": "#901b21",
  102. "navigationBarTextStyle": "white"
  103. }
  104. },
  105. {
  106. "path": "pages/product/groupBooking/detail",
  107. "style": {
  108. "navigationBarTitleText": "拼团列表",
  109. "app-plus": {
  110. "titleNView": {
  111. "type": "transparent"
  112. }
  113. }
  114. }
  115. },
  116. {
  117. "path": "pages/product/groupBooking/productCollage", //拼团商品
  118. "style": {
  119. "app-plus": {
  120. "titleNView": {
  121. "type": "transparent"
  122. }
  123. },
  124. "navigationBarTitleText": "商品详情"
  125. }
  126. },
  127. {
  128. "path": "pages/product/groupBooking/inviteImg",
  129. "style": {
  130. "navigationBarTitleText": "拼团邀请图",
  131. "app-plus": {
  132. "titleNView": false
  133. }
  134. }
  135. },
  136. {
  137. "path": "pages/product/groupBooking/productGroup",
  138. "style": {
  139. "navigationBarTitleText": "商品详情"
  140. // "app-plus": {
  141. // "titleNView": {
  142. // "type": "transparent"
  143. // }
  144. // }
  145. }
  146. },
  147. // {
  148. // "path": "pages/product/groupBooking/groupdetails",
  149. // "style": {
  150. // "navigationBarTitleText": "拼团详情",
  151. // "app-plus": {
  152. // "titleNView": false
  153. // }
  154. // }
  155. // },
  156. {
  157. "path": "pages/product/reply",
  158. "style": {
  159. "navigationBarTitleText": "商品评价",
  160. "app-plus": {
  161. "titleNView": {
  162. "type": "transparent"
  163. }
  164. }
  165. }
  166. },
  167. {
  168. "path": "pages/product/product",
  169. "style": {
  170. "navigationBarTitleText": "商品详情",
  171. "app-plus": {
  172. "titleNView": {
  173. "type": "transparent"
  174. }
  175. }
  176. }
  177. },
  178. {
  179. "path": "pages/product/seckill",
  180. "style": {
  181. "navigationBarTitleText": "限时秒杀",
  182. "navigationBarBackgroundColor": "#901b21",
  183. "navigationBarTextStyle": "white"
  184. }
  185. },
  186. {
  187. "path": "pages/product/pointsExchange",
  188. "style": {
  189. "navigationBarTitleText": "积分兑换",
  190. "navigationBarBackgroundColor": "#901b21",
  191. "navigationBarTextStyle": "white"
  192. }
  193. },
  194. {
  195. "path": "pages/product/list",
  196. "style": {
  197. "enablePullDownRefresh": true,
  198. "navigationBarTitleText": "商品列表"
  199. }
  200. },
  201. {
  202. "path": "pages/product/search",
  203. "style": {
  204. "enablePullDownRefresh": true,
  205. // #ifdef APP-PLUS
  206. "navigationStyle": "custom",
  207. // #endif
  208. // #ifndef MP || APP-PLUS
  209. "app-plus": {
  210. "titleNView": {
  211. "searchInput": {
  212. "backgroundColor": "rgba(231, 231, 231,.7)",
  213. "borderRadius": "16px",
  214. "placeholder": "请输入关键字",
  215. "disabled": false,
  216. "placeholderColor": "#606266",
  217. "align": "left"
  218. },
  219. "buttons": [{
  220. "text": "搜索",
  221. "fontSize": "14",
  222. "color": "#303133",
  223. "background": "rgba(0,0,0,0)",
  224. "width": "40px"
  225. }]
  226. }
  227. },
  228. // #endif
  229. "navigationBarTitleText": "搜索"
  230. }
  231. },
  232. {
  233. "path": "pages/product/classify",
  234. "style": {
  235. "navigationStyle": "custom",
  236. "app-plus": {
  237. "titleNView": {
  238. "type": "transparent"
  239. }
  240. }
  241. }
  242. },
  243. {
  244. "path": "pages/set/set",
  245. "style": {
  246. "navigationBarTitleText": "设置"
  247. }
  248. },
  249. {
  250. "path": "pages/set/address",
  251. "style": {
  252. "navigationBarTitleText": "收货地址"
  253. }
  254. },
  255. {
  256. "path": "pages/set/addressManage",
  257. "style": {
  258. "navigationBarTitleText": ""
  259. }
  260. },
  261. {
  262. "path": "pages/set/phone",
  263. "style": {
  264. "navigationBarTitleText": "实名认证"
  265. }
  266. },
  267. {
  268. "path": "pages/set/password",
  269. "style": {
  270. "navigationBarTitleText": "修改密码"
  271. }
  272. },
  273. {
  274. "path": "pages/set/userinfo",
  275. "style": {
  276. "navigationBarTitleText": "修改资料"
  277. }
  278. }, {
  279. "path": "pages/cart/cart",
  280. "style": {
  281. "navigationBarTitleText": "购物车",
  282. "navigationBarBackgroundColor": "#901b21",
  283. "navigationBarTextStyle": "white"
  284. }
  285. },
  286. {
  287. "path": "pages/user/user",
  288. "style": {
  289. // #ifndef MP-WEIXIN
  290. "navigationStyle": "custom",
  291. // "app-plus": {
  292. // "bounce": "none",
  293. // "titleNView": {
  294. // "type": "transparent",
  295. // "buttons": [{
  296. // "fontSrc": "/static/yticon.ttf",
  297. // "text": "\ue60f",
  298. // "fontSize": "24",
  299. // "color": "#303133",
  300. // "width": "46px",
  301. // "background": "rgba(0,0,0,0)"
  302. // },
  303. // {
  304. // "fontSrc": "/static/yticon.ttf",
  305. // "text": "\ue744",
  306. // "fontSize": "28",
  307. // "color": "#303133",
  308. // "background": "rgba(0,0,0,0)",
  309. // "redDot": true
  310. // }
  311. // ]
  312. // }
  313. // },
  314. // #endif
  315. "navigationBarTitleText": "个人中心"
  316. }
  317. },
  318. {
  319. "path": "pages/user/award",
  320. "style": {
  321. "navigationBarTitleText": "我的佣金"
  322. // "app-plus": {
  323. // "titleNView": {
  324. // "type": "transparent"
  325. // }
  326. // }
  327. }
  328. },
  329. {
  330. "path": "pages/user/withdrawal",
  331. "style": {
  332. "navigationBarTitleText": "奖励提现"
  333. }
  334. },
  335. {
  336. "path": "pages/user/notice",
  337. "style": {
  338. "navigationBarTitleText": "通知"
  339. }
  340. },
  341. {
  342. "path": "pages/user/favorites",
  343. "style": {
  344. "navigationBarTitleText": "收藏夹"
  345. }
  346. }, {
  347. "path": "pages/user/coupon",
  348. "style": {
  349. "navigationBarTitleText": "我的卡卷"
  350. }
  351. },
  352. {
  353. "path": "pages/user/scoreAccumulate",
  354. "style": {
  355. "navigationBarTitleText": "我的积分"
  356. }
  357. },
  358. {
  359. "path": "pages/user/extension",
  360. "style": {
  361. "navigationBarTitleText": "我的推广",
  362. "navigationStyle": "custom"
  363. }
  364. },
  365. {
  366. "path": "pages/order/order",
  367. "style": {
  368. "navigationBarTitleText": "我的订单",
  369. "app-plus": {
  370. "bounce": "none"
  371. }
  372. }
  373. },
  374. {
  375. "path": "pages/order/expressInfo",
  376. "style": {
  377. "navigationBarTitleText": "快递详情"
  378. }
  379. },
  380. {
  381. "path": "pages/order/orderDetail",
  382. "style": {
  383. "navigationBarTitleText": "订单详情",
  384. "app-plus": {
  385. "bounce": "none"
  386. }
  387. }
  388. },
  389. {
  390. "path": "pages/order/evaluate",
  391. "style": {
  392. "navigationBarTitleText": "评论"
  393. }
  394. },
  395. {
  396. "path": "pages/order/orderRefund",
  397. "style": {
  398. "navigationBarTitleText": "申请退款"
  399. }
  400. },
  401. {
  402. "path": "pages/order/createOrder",
  403. "style": {
  404. "navigationBarTitleText": "创建订单"
  405. }
  406. }, {
  407. "path": "pages/money/pay",
  408. "style": {
  409. "navigationBarTitleText": "支付"
  410. }
  411. },
  412. {
  413. "path": "pages/money/paySuccess",
  414. "style": {
  415. "navigationBarTitleText": "支付成功"
  416. }
  417. },
  418. {
  419. "path": "pages/money/wallet",
  420. "style": {
  421. "navigationBarTitleText": "我的钱包",
  422. "navigationBarBackgroundColor": "#921a23",
  423. "navigationBarTextStyle": "white"
  424. // "app-plus": {
  425. // "titleNView": {
  426. // "type": "transparent"
  427. // }
  428. // }
  429. }
  430. },
  431. {
  432. "path": "pages/money/account",
  433. "style": {
  434. "navigationBarTitleText": "提现账号"
  435. }
  436. },
  437. {
  438. "path": "pages/money/withdrawal",
  439. "style": {
  440. "navigationBarTitleText": "提现"
  441. }
  442. },
  443. {
  444. "path": "pages/money/recharge",
  445. "style": {
  446. "navigationBarTitleText": "充值中心"
  447. }
  448. },
  449. {
  450. "path": "pages/category/category",
  451. "style": {
  452. // #ifdef APP-PLUS
  453. "navigationStyle": "custom",
  454. // #endif
  455. // #ifndef MP
  456. "app-plus": {
  457. "bounce": "none",
  458. "titleNView": {
  459. "searchInput": {
  460. "backgroundColor": "rgba(231, 231, 231,.7)",
  461. "borderRadius": "16px",
  462. "placeholder": "商品搜索",
  463. "disabled": true,
  464. "placeholderColor": "#606266",
  465. "align": "left"
  466. }
  467. }
  468. },
  469. // #endif
  470. "navigationBarTitleText": "分类"
  471. }
  472. },
  473. {
  474. "path": "pages/redirect/redirect",
  475. "style": {
  476. "navigationBarTitleText": "微信登录跳转页面",
  477. "app-plus": {
  478. "titleNView": false
  479. }
  480. }
  481. },
  482. {
  483. "path": "pages/user/shareQrCode",
  484. "style": {
  485. "navigationBarTitleText": "邀请好友"
  486. }
  487. },
  488. {
  489. "path": "pages/order/choisestore",
  490. "style": {
  491. "navigationBarTitleText": "选择门店",
  492. "navigationBarBackgroundColor": "#fff",
  493. "navigationBarTextStyle": "black"
  494. }
  495. },
  496. {
  497. "path": "pages/user/refundAdmin",
  498. "style": {
  499. "navigationBarTitleText": "退款管理"
  500. }
  501. },
  502. {
  503. "path": "pages/user/wipe",
  504. "style": {
  505. "navigationBarTitleText": "自提管理"
  506. }
  507. }
  508. ],
  509. "subPackages": [{
  510. "root": "pages/activity",
  511. "name": "activity",
  512. "pages": [{
  513. "path": "goods_bargain/index",
  514. "style": {
  515. "navigationStyle": "custom"
  516. // #ifdef MP
  517. ,
  518. "navigationBarTextStyle": "#fff"
  519. // #endif
  520. }
  521. },
  522. {
  523. "path": "goods_bargain_details/index",
  524. "style": {
  525. "navigationStyle": "custom"
  526. // #ifdef MP
  527. ,
  528. "navigationBarTextStyle": "#fff"
  529. // #endif
  530. }
  531. },
  532. {
  533. "path": "bargain/index",
  534. "style": {
  535. "navigationBarTitleText": "砍价记录"
  536. }
  537. }
  538. // {
  539. // "path": "choise/store",
  540. // "style": {
  541. // "navigationBarTitleText": "选择门店",
  542. // "navigationBarBackgroundColor":"#fff",
  543. // "navigationBarTextStyle":"black"
  544. // }
  545. // }
  546. ]
  547. }],
  548. "globalStyle": {
  549. "navigationBarTextStyle": "white",
  550. "navigationBarTitleText": "uni-app",
  551. "navigationBarBackgroundColor": "#901b21",
  552. "backgroundColor": "#f8f8f8"
  553. },
  554. "tabBar": {
  555. "color": "#C0C4CC",
  556. "selectedColor": "#901B21",
  557. "borderStyle": "black",
  558. "backgroundColor": "#ffffff",
  559. "list": [{
  560. "pagePath": "pages/index/index",
  561. "iconPath": "static/tabBar/tab-home.png",
  562. "selectedIconPath": "static/tabBar/tab-home-current.png",
  563. "text": "首页"
  564. },
  565. // {
  566. // "pagePath": "pages/category/category",
  567. // "iconPath": "static/tabBar/tab-cate.png",
  568. // "selectedIconPath": "static/tabBar/tab-cate-current.png",
  569. // "text": "分类"
  570. // },
  571. {
  572. "pagePath": "pages/cart/cart",
  573. "iconPath": "static/tabBar/tab-cart.png",
  574. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  575. "text": "购物车"
  576. },
  577. {
  578. "pagePath": "pages/user/user",
  579. "iconPath": "static/tabBar/tab-my.png",
  580. "selectedIconPath": "static/tabBar/tab-my-current.png",
  581. "text": "我的"
  582. }
  583. ]
  584. }
  585. }