pages.json 11 KB

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