pages.json 11 KB

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