pages.json 12 KB

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