pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  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": "#fff",
  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. "navigationBarBackgroundColor": "transparent",
  48. "navigationBarTextStyle": "white",
  49. "app-plus": {
  50. "titleNView": {
  51. "type": "float",
  52. "titleText": "每日签到"
  53. }
  54. }
  55. }
  56. },{
  57. "path": "pages/public/register",
  58. "style": {
  59. "navigationBarTitleText": "注册",
  60. "app-plus": {
  61. "titleNView": {
  62. "type": "transparent"
  63. }
  64. }
  65. }
  66. }, {
  67. "path": "pages/public/login",
  68. "style": {
  69. "navigationBarTitleText": "登录",
  70. "app-plus": {
  71. "titleNView": {
  72. "type": "transparent"
  73. }
  74. }
  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/groupBooking/index",
  101. "style": {
  102. "enablePullDownRefresh": true,
  103. "navigationBarTitleText": "超值拼团"
  104. }
  105. },
  106. {
  107. "path": "pages/product/groupBooking/detail",
  108. "style": {
  109. "navigationBarTitleText": "拼团列表",
  110. "app-plus": {
  111. "titleNView": {
  112. "type": "transparent"
  113. }
  114. }
  115. }
  116. },
  117. {
  118. "path": "pages/product/groupBooking/productCollage",//拼团商品
  119. "style": {
  120. "app-plus": {
  121. "titleNView": {
  122. "type": "transparent"
  123. }
  124. },
  125. "navigationBarTitleText":"商品详情"
  126. }
  127. },
  128. {
  129. "path": "pages/product/groupBooking/inviteImg",
  130. "style": {
  131. "navigationBarTitleText": "拼团邀请图",
  132. "app-plus": {
  133. "titleNView": false
  134. }
  135. }
  136. },
  137. {
  138. "path": "pages/product/groupBooking/productGroup",
  139. "style": {
  140. "navigationBarTitleText": "拼团详情展示",
  141. "app-plus": {
  142. "titleNView": {
  143. "type": "transparent"
  144. }
  145. }
  146. }
  147. },
  148. // {
  149. // "path": "pages/product/groupBooking/groupdetails",
  150. // "style": {
  151. // "navigationBarTitleText": "拼团详情",
  152. // "app-plus": {
  153. // "titleNView": false
  154. // }
  155. // }
  156. // },
  157. {
  158. "path": "pages/product/reply",
  159. "style": {
  160. "navigationBarTitleText": "商品评价",
  161. "app-plus": {
  162. "titleNView": {
  163. "type": "transparent"
  164. }
  165. }
  166. }
  167. },
  168. {
  169. "path": "pages/product/product",
  170. "style": {
  171. "navigationBarTitleText": "详情展示",
  172. "app-plus": {
  173. "titleNView": {
  174. "type": "transparent"
  175. }
  176. }
  177. }
  178. },
  179. {
  180. "path": "pages/product/seckill",
  181. "style": {
  182. "navigationBarTitleText": "限时秒杀"
  183. }
  184. },
  185. {
  186. "path": "pages/product/list",
  187. "style": {
  188. "enablePullDownRefresh": true,
  189. "navigationBarTitleText": "商品列表"
  190. }
  191. },
  192. {
  193. "path": "pages/product/search",
  194. "style": {
  195. "enablePullDownRefresh": true,
  196. // #ifdef APP-PLUS
  197. "navigationStyle": "custom",
  198. // #endif
  199. // #ifndef MP || APP-PLUS
  200. "app-plus": {
  201. "titleNView": {
  202. "searchInput": {
  203. "backgroundColor": "rgba(231, 231, 231,.7)",
  204. "borderRadius": "16px",
  205. "placeholder": "请输入关键字",
  206. "disabled": false,
  207. "placeholderColor": "#606266",
  208. "align": "left"
  209. },
  210. "buttons": [{
  211. "text": "搜索",
  212. "fontSize": "14",
  213. "color": "#303133",
  214. "background": "rgba(0,0,0,0)",
  215. "width": "40px"
  216. }]
  217. }
  218. },
  219. // #endif
  220. "navigationBarTitleText": "搜索"
  221. }
  222. },
  223. {
  224. "path": "pages/product/classify"
  225. },
  226. {
  227. "path": "pages/set/set",
  228. "style": {
  229. "navigationBarTitleText": "设置"
  230. }
  231. },
  232. {
  233. "path": "pages/set/address",
  234. "style": {
  235. "navigationBarTitleText": "收货地址",
  236. "app-plus": {
  237. "titleNView": {
  238. "buttons": [{
  239. "text": "新增",
  240. "fontSize": "16",
  241. "width": "80rpx",
  242. "color":"#3F454B",
  243. "height": "60rpx"
  244. }]
  245. }
  246. }
  247. }
  248. },
  249. {
  250. "path": "pages/set/addressManage",
  251. "style": {
  252. "navigationBarTitleText": ""
  253. }
  254. },
  255. {
  256. "path": "pages/set/phone",
  257. "style": {
  258. "navigationBarTitleText": "实名认证"
  259. }
  260. },
  261. {
  262. "path": "pages/set/password",
  263. "style": {
  264. "navigationBarTitleText": "修改密码"
  265. }
  266. },
  267. {
  268. "path": "pages/set/userinfo",
  269. "style": {
  270. "navigationBarTitleText": "修改资料"
  271. }
  272. }, {
  273. "path": "pages/cart/cart",
  274. "style": {
  275. "navigationBarTitleText": "购物车",
  276. "navigationBarBackgroundColor": "#438BED",
  277. "navigationBarTextStyle": "white"
  278. }
  279. },
  280. {
  281. "path": "pages/user/user",
  282. "style": {
  283. // #ifndef MP-WEIXIN
  284. "navigationStyle": "custom",
  285. // "app-plus": {
  286. // "bounce": "none",
  287. // "titleNView": {
  288. // "type": "transparent",
  289. // "buttons": [{
  290. // "fontSrc": "/static/yticon.ttf",
  291. // "text": "\ue60f",
  292. // "fontSize": "24",
  293. // "color": "#303133",
  294. // "width": "46px",
  295. // "background": "rgba(0,0,0,0)"
  296. // },
  297. // {
  298. // "fontSrc": "/static/yticon.ttf",
  299. // "text": "\ue744",
  300. // "fontSize": "28",
  301. // "color": "#303133",
  302. // "background": "rgba(0,0,0,0)",
  303. // "redDot": true
  304. // }
  305. // ]
  306. // }
  307. // },
  308. // #endif
  309. "navigationBarTitleText": "个人中心"
  310. }
  311. },
  312. {
  313. "path": "pages/user/award",
  314. "style": {
  315. "navigationBarTitleText": "奖励明细",
  316. "app-plus": {
  317. "titleNView": {
  318. "type": "transparent"
  319. }
  320. }
  321. }
  322. },
  323. {
  324. "path": "pages/user/withdrawal",
  325. "style": {
  326. "navigationBarTitleText": "奖励提现"
  327. }
  328. },
  329. {
  330. "path": "pages/user/notice",
  331. "style": {
  332. "navigationBarTitleText": "通知"
  333. }
  334. },
  335. {
  336. "path": "pages/user/favorites",
  337. "style": {
  338. "navigationBarTitleText": "收藏夹"
  339. }
  340. }, {
  341. "path": "pages/user/coupon",
  342. "style": {
  343. "navigationBarTitleText": "我的卡卷"
  344. }
  345. },
  346. {
  347. "path": "pages/user/scoreAccumulate",
  348. "style": {
  349. "navigationBarBackgroundColor": "transparent",
  350. "navigationBarTextStyle": "white",
  351. "app-plus": {
  352. "titleNView": {
  353. "type": "float",
  354. "titleText": "我的积分"
  355. }
  356. }
  357. }
  358. },
  359. {
  360. "path": "pages/user/integralTransforms",
  361. "style": {
  362. "navigationBarTitleText": "积分转账"
  363. }
  364. },
  365. {
  366. "path": "pages/user/exchangeIntegral",
  367. "style": {
  368. "navigationBarTitleText": "兑换购物积分"
  369. }
  370. },
  371. {
  372. "path": "pages/order/order",
  373. "style": {
  374. "navigationBarTitleText": "我的订单",
  375. "app-plus": {
  376. "bounce": "none"
  377. }
  378. }
  379. },
  380. {
  381. "path": "pages/order/expressInfo",
  382. "style": {
  383. "navigationBarTitleText": "快递详情"
  384. }
  385. },
  386. {
  387. "path": "pages/order/orderDetail",
  388. "style": {
  389. "navigationBarTitleText": "订单详情",
  390. "app-plus": {
  391. "bounce": "none"
  392. }
  393. }
  394. },
  395. {
  396. "path": "pages/order/evaluate",
  397. "style": {
  398. "navigationBarTitleText": "评论"
  399. }
  400. },
  401. {
  402. "path": "pages/order/orderRefund",
  403. "style": {
  404. "navigationBarTitleText": "申请退款"
  405. }
  406. },
  407. {
  408. "path": "pages/order/createOrder",
  409. "style": {
  410. "navigationBarTitleText": "支付详情"
  411. }
  412. }, {
  413. "path": "pages/money/pay",
  414. "style": {
  415. "navigationBarTitleText": "支付"
  416. }
  417. },
  418. {
  419. "path": "pages/money/paySuccess",
  420. "style": {
  421. "navigationBarTitleText": "支付成功"
  422. }
  423. },
  424. {
  425. "path": "pages/money/wallet",
  426. "style": {
  427. "navigationBarTitleText": "我的钱包",
  428. "app-plus": {
  429. "titleNView": {
  430. "type": "transparent"
  431. }
  432. }
  433. }
  434. },
  435. {
  436. "path": "pages/money/account",
  437. "style": {
  438. "navigationBarTitleText": "提现账号"
  439. }
  440. },
  441. {
  442. "path": "pages/money/withdrawal",
  443. "style": {
  444. "navigationBarTitleText": "提现"
  445. }
  446. },
  447. {
  448. "path": "pages/money/rechargeUSDT",
  449. "style": {
  450. "navigationBarTitleText": "充币"
  451. }
  452. },
  453. {
  454. "path": "pages/money/conversionIntegral",
  455. "style": {
  456. "navigationBarTitleText": "兑换"
  457. }
  458. },
  459. {
  460. "path": "pages/money/USDT",
  461. "style": {
  462. "navigationBarTitleText": "USDT专区"
  463. }
  464. },
  465. {
  466. "path": "pages/money/submitSuccess",
  467. "style": {
  468. "navigationBarTitleText": "提交成功"
  469. }
  470. },
  471. {
  472. "path": "pages/money/record",
  473. "style": {
  474. "navigationBarTitleText": "收款记录"
  475. }
  476. },
  477. {
  478. "path": "pages/money/recharge",
  479. "style": {
  480. "navigationBarTitleText": "充值"
  481. }
  482. },
  483. {
  484. "path": "pages/category/category",
  485. "style": {
  486. // #ifdef APP-PLUS
  487. "navigationStyle": "custom",
  488. // #endif
  489. // #ifndef MP
  490. "app-plus": {
  491. "bounce": "none",
  492. "titleNView": {
  493. "searchInput": {
  494. "backgroundColor": "rgba(231, 231, 231,.7)",
  495. "borderRadius": "16px",
  496. "placeholder": "输入关键字",
  497. "disabled": true,
  498. "placeholderColor": "#606266",
  499. "align": "center"
  500. }
  501. }
  502. },
  503. // #endif
  504. "navigationBarTitleText": "分类"
  505. }
  506. },
  507. {
  508. "path": "pages/redirect/redirect",
  509. "style": {
  510. "navigationBarTitleText": "微信登录跳转页面",
  511. "app-plus": {
  512. "titleNView": false
  513. }
  514. }
  515. },
  516. {
  517. "path": "pages/user/shareQrCode",
  518. "style": {
  519. "navigationBarTitleText": "邀请好友"
  520. }
  521. }
  522. ,{
  523. "path" : "pages/usdt/usdt",
  524. "style" :
  525. {
  526. "navigationBarTitleText": "USDT专区",
  527. "enablePullDownRefresh": false
  528. }
  529. }
  530. ,{
  531. "path" : "pages/money/USDThuzhuan",
  532. "style" :
  533. {
  534. "navigationBarTitleText": "USDT转账",
  535. "enablePullDownRefresh": false
  536. }
  537. }
  538. ,{
  539. "path" : "pages/usdt/recharge",
  540. "style" :
  541. {
  542. "navigationBarTitleText": "充币",
  543. "enablePullDownRefresh": false
  544. }
  545. }
  546. ,{
  547. "path" : "pages/usdt/withdraw",
  548. "style" :
  549. {
  550. "navigationBarTitleText": "提币",
  551. "enablePullDownRefresh": false
  552. }
  553. }
  554. ,{
  555. "path" : "pages/usdt/success",
  556. "style" :
  557. {
  558. "navigationBarTitleText": "提交成功",
  559. "enablePullDownRefresh": false
  560. }
  561. }
  562. ,{
  563. "path" : "pages/collection/collection",
  564. "style" :
  565. {
  566. "navigationBarTitleText": "收款方式",
  567. "enablePullDownRefresh": false
  568. }
  569. }
  570. ,{
  571. "path" : "pages/collection/wx",
  572. "style" :
  573. {
  574. "navigationBarTitleText": "添加微信支付",
  575. "enablePullDownRefresh": false
  576. }
  577. }
  578. ,{
  579. "path" : "pages/collection/zfb",
  580. "style" :
  581. {
  582. "navigationBarTitleText": "添加支付宝",
  583. "enablePullDownRefresh": false
  584. }
  585. }
  586. ,{
  587. "path" : "pages/collection/bank",
  588. "style" :
  589. {
  590. "navigationBarTitleText": "添加银行卡",
  591. "enablePullDownRefresh": false
  592. }
  593. }
  594. ,{
  595. "path" : "pages/user/invite",
  596. "style" :
  597. {
  598. "navigationBarTitleText": "邀请好友",
  599. "enablePullDownRefresh": false
  600. }
  601. }
  602. ,{
  603. "path" : "pages/user/faquan",
  604. "style" :
  605. {
  606. "navigationBarTitleText": "素材分享",
  607. "enablePullDownRefresh": false
  608. }
  609. }
  610. ,{
  611. "path" : "pages/user/jifen",
  612. "style": {
  613. "navigationBarBackgroundColor": "transparent",
  614. "navigationBarTextStyle": "white",
  615. "app-plus": {
  616. "titleNView": {
  617. "type": "float",
  618. "titleText": "我的购物积分"
  619. }
  620. }
  621. }
  622. }
  623. ,{
  624. "path" : "pages/user/yongjin",
  625. "style": {
  626. "navigationBarBackgroundColor": "transparent",
  627. "navigationBarTextStyle": "white",
  628. "app-plus": {
  629. "titleNView": {
  630. "type": "float",
  631. "titleText": "我的佣金"
  632. }
  633. }
  634. }
  635. }
  636. ,{
  637. "path" : "pages/user/balance",
  638. "style": {
  639. "navigationBarBackgroundColor": "transparent",
  640. "navigationBarTextStyle": "white",
  641. "app-plus": {
  642. "titleNView": {
  643. "type": "float",
  644. "titleText": "我的余额"
  645. }
  646. }
  647. }
  648. }
  649. ],
  650. "subPackages": [
  651. {
  652. "root": "pages/activity",
  653. "name": "activity",
  654. "pages":[{
  655. "path": "goods_bargain/index",
  656. "style": {
  657. "navigationStyle": "custom"
  658. // #ifdef MP
  659. ,"navigationBarTextStyle": "#fff"
  660. // #endif
  661. }
  662. },
  663. {
  664. "path": "goods_bargain_details/index",
  665. "style": {
  666. "navigationStyle": "custom"
  667. // #ifdef MP
  668. ,"navigationBarTextStyle": "#fff"
  669. // #endif
  670. }
  671. },
  672. {
  673. "path": "bargain/index",
  674. "style": {
  675. "navigationBarTitleText": "砍价记录"
  676. }
  677. }
  678. ]
  679. }
  680. ],
  681. "globalStyle": {
  682. "navigationBarTextStyle": "black",
  683. "navigationBarTitleText": "uni-app",
  684. "navigationBarBackgroundColor": "#FFFFFF",
  685. "backgroundColor": "#f8f8f8"
  686. },
  687. "tabBar": {
  688. "color": "#C0C4CC",
  689. "selectedColor": "#438BED",
  690. "borderStyle": "black",
  691. "backgroundColor": "#ffffff",
  692. "list": [{
  693. "pagePath": "pages/index/index",
  694. "iconPath": "./static/tabBar/tab-home.png",
  695. "selectedIconPath": "static/tabBar/tab-home-current.png",
  696. "text": "首页"
  697. },
  698. {
  699. "pagePath": "pages/category/category",
  700. "iconPath": "static/tabBar/tab-cate.png",
  701. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  702. "text": "分类"
  703. },
  704. {
  705. "pagePath": "pages/cart/cart",
  706. "iconPath": "static/tabBar/tab-cart.png",
  707. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  708. "text": "购物车"
  709. },
  710. {
  711. "pagePath": "pages/user/user",
  712. "iconPath": "static/tabBar/tab-my.png",
  713. "selectedIconPath": "static/tabBar/tab-my-current.png",
  714. "text": "我的"
  715. }
  716. ]
  717. }
  718. }