pages.json 12 KB

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