pages.json 11 KB

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