pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style":{
  6. "navigationBarTitleText": "商城首页",
  7. "app-plus":{
  8. // "scrollIndicator":"none",
  9. "titleNView":{
  10. "searchInput":{
  11. "backgroundColor": "#EEEEEE",
  12. "borderRadius": "16px",
  13. "placeholder": "请输入关键字",
  14. "disabled": true,
  15. "placeholderColor": "#606266",
  16. "align": "left"
  17. }
  18. }
  19. }
  20. // "app-plus": {
  21. // "titleNView": {
  22. // "type": "transparent",
  23. // "searchInput": {
  24. // "backgroundColor": "rgba(231, 231, 231,.7)",
  25. // "borderRadius": "16px",
  26. // "placeholder": "请输入关键字",
  27. // "disabled": true,
  28. // "placeholderColor": "#606266",
  29. // "align": "left"
  30. // },
  31. // "buttons": [{
  32. // "fontSrc": "/static/iconfont.ttf",
  33. // "text": "\ue6f1",
  34. // "fontSize": "27",
  35. // "color": "#303133",
  36. // "background": "rgba(0,0,0,0)"
  37. // }
  38. // ]
  39. // }
  40. // }
  41. }
  42. },
  43. {
  44. "path": "pages/index/hotindex",
  45. "style": {
  46. "navigationBarTitleText": "排行榜"
  47. }
  48. },
  49. {
  50. "path": "pages/cart/cart",
  51. "style": {
  52. "navigationBarTitleText": "购物车"
  53. }
  54. },
  55. {
  56. "path": "pages/customer_list/index",
  57. "style": {
  58. "navigationBarTitleText": "客服列表"
  59. }
  60. },
  61. {
  62. "path": "pages/customer_list/chat",
  63. "style": {
  64. "navigationBarTitleText": "客服聊天"
  65. }
  66. },
  67. // {
  68. // "path": "pages/store/store",
  69. // "style": {
  70. // "navigationStyle": "custom",
  71. // "navigationBarTitleText": "店铺"
  72. // }
  73. // },
  74. {
  75. "path": "pages/user/spread",
  76. "style": {
  77. "navigationBarTitleText": "我的推广",
  78. "app-plus": {
  79. "titleNView": false
  80. }
  81. }
  82. },
  83. {
  84. "path": "pages/user/share",
  85. "style": {
  86. "navigationBarTitleText": "邀请好友",
  87. "app-plus": {
  88. "titleNView": false
  89. }
  90. }
  91. },
  92. {
  93. "path": "pages/user/myteam",
  94. "style": {
  95. "navigationBarTitleText": "邀我的团队",
  96. "app-plus": {
  97. "titleNView": false
  98. }
  99. }
  100. },
  101. {
  102. "path": "pages/extension/extension",
  103. "style": {
  104. "navigationBarTitleText": "我的团队"
  105. }
  106. },
  107. /* {
  108. "path": "pages/user/team",
  109. "style": {
  110. "navigationBarTitleText": "我的团队",
  111. "app-plus": {
  112. "titleNView": false
  113. }
  114. }
  115. }, */
  116. {
  117. "path": "pages/user/user",
  118. "style": {
  119. "navigationBarTitleText": "我的",
  120. "app-plus": {
  121. "titleNView": false
  122. }
  123. }
  124. },
  125. {
  126. "path": "pages/hotsale/hotsale",
  127. "style": {
  128. "navigationBarTitleText": "热销产品"
  129. }
  130. },
  131. {
  132. "path": "pages/hotsale/giftbag",
  133. "style": {
  134. "navigationBarTitleText": "礼包专区"
  135. }
  136. },
  137. {
  138. "path": "pages/category/category",
  139. "style": {
  140. "navigationBarTitleText": "分类",
  141. "app-plus": {
  142. "titleNView": {
  143. "searchInput": {
  144. "backgroundColor": "rgba(231, 231, 231,.7)",
  145. "borderRadius": "16px",
  146. "placeholder": "商品搜索",
  147. "disabled": true,
  148. "placeholderColor": "#606266",
  149. "align": "left"
  150. }
  151. }
  152. }
  153. }
  154. },
  155. {
  156. "path": "pages/contact/merchants",
  157. "style": {
  158. "navigationBarTitleText": "联系商家"
  159. }
  160. },
  161. {
  162. "path": "pages/address/address",
  163. "style": {
  164. "navigationBarTitleText": "收货地址"
  165. // "app-plus": {
  166. // "titleNView": {
  167. // "buttons": [ {
  168. // "color": "#333333",
  169. // "fontSize": "16px",
  170. // "colorPressed": "#fc5c82",
  171. // "float": "right",
  172. // "text": "新增"
  173. // }]
  174. // }
  175. // }
  176. }
  177. },
  178. {
  179. "path": "pages/address/addressManage",
  180. "style": {
  181. "navigationBarTitleText": "添加收货地址"
  182. }
  183. },
  184. {
  185. "path": "pages/award/award",
  186. "style": {
  187. "navigationBarTitleText": "佣金明细"
  188. }
  189. },
  190. {
  191. "path": "pages/award/balancedetails",
  192. "style": {
  193. "navigationBarTitleText": "余额明细"
  194. }
  195. },
  196. {
  197. "path": "pages/favorites/favorites",
  198. "style": {
  199. "navigationBarTitleText": "收藏夹",
  200. "app-plus": {
  201. "titleNView": {
  202. "buttons": [ {
  203. "color": "#333333",
  204. "fontSize": "16px",
  205. "colorPressed": "#fc5c82",
  206. "float": "right"
  207. }]
  208. }
  209. }
  210. }
  211. },
  212. {
  213. "path": "pages/partner/partner",
  214. "style": {
  215. "navigationBarTitleText": "合伙人",
  216. "app-plus": {
  217. "titleNView": false
  218. }
  219. }
  220. },
  221. {
  222. "path": "pages/public/bindTel",
  223. "style": {
  224. "navigationBarTitleText":"",
  225. "app-plus": {
  226. "titleNView": {
  227. "type": "default"
  228. }
  229. }
  230. }
  231. },
  232. {
  233. "path": "pages/public/login",
  234. "style": {
  235. "navigationBarTitleText": "登录加注册",
  236. "app-plus": {
  237. "titleNView": false
  238. }
  239. }
  240. },
  241. {
  242. "path": "pages/public/forget",
  243. "style": {
  244. "navigationBarTitleText": "找回密码",
  245. "app-plus": {
  246. "titleNView": false
  247. }
  248. }
  249. },
  250. {
  251. "path": "pages/public/wxLogin",
  252. "style": {
  253. "navigationBarTitleText": "微信登录",
  254. "app-plus": {
  255. "titleNView": {
  256. "type": "transparent"
  257. }
  258. }
  259. }
  260. },
  261. {
  262. "path": "pages/order/order",
  263. "style": {
  264. "navigationBarTitleText": "我的订单",
  265. "app-plus": {
  266. "bounce": "none"
  267. }
  268. }
  269. },
  270. // {
  271. // "path": "pages/order/order_confirm",
  272. // "style": {
  273. // "navigationBarTitleText": "确认订单",
  274. // "app-plus": {
  275. // "bounce": "none"
  276. // }
  277. // }
  278. // },
  279. // {
  280. // "path": "pages/order/hotsale",
  281. // "style": {
  282. // "navigationBarTitleText": "热销产品",
  283. // "app-plus": {
  284. // "bounce": "none"
  285. // }
  286. // }
  287. // },
  288. {
  289. "path": "pages/order/orderDetail",
  290. "style": {
  291. "navigationBarTitleText": "订单详情",
  292. "app-plus": {
  293. "bounce": "none"
  294. }
  295. }
  296. },
  297. {
  298. "path": "pages/order/evaluate",
  299. "style": {
  300. "navigationBarTitleText": "评价"
  301. }
  302. },
  303. {
  304. "path": "pages/order/orderRefund",
  305. "style": {
  306. "navigationBarTitleText": "申请退款"
  307. }
  308. },
  309. {
  310. "path": "pages/order/createOrder",
  311. "style": {
  312. "navigationBarTitleText": "确认订单"
  313. }
  314. },
  315. {
  316. "path": "pages/money/pay",
  317. "style": {
  318. "navigationBarTitleText": "支付"
  319. }
  320. },
  321. {
  322. "path": "pages/money/paySuccess",
  323. "style": {
  324. "navigationBarTitleText": "支付成功"
  325. }
  326. },
  327. {
  328. "path": "pages/recommen/order",
  329. "style": {
  330. "navigationBarTitleText": "推广人订单"
  331. }
  332. },
  333. {
  334. "path": "pages/set/set",
  335. "style": {
  336. "navigationBarTitleText": "设置",
  337. "app-plus": {
  338. "titleNView": false
  339. }
  340. }
  341. },
  342. {
  343. "path": "pages/set/password",
  344. "style": {
  345. "navigationBarTitleText": "修改密码",
  346. "app-plus": {
  347. "titleNView": false
  348. }
  349. }
  350. },
  351. {
  352. "path": "pages/seckill/seckill",
  353. "style": {
  354. "navigationBarTitleText": "限时秒杀"
  355. }
  356. },
  357. {
  358. "path": "pages/userinfo/userinfo",
  359. "style": {
  360. "navigationBarTitleText": "修改资料"
  361. }
  362. },
  363. {
  364. "path": "pages/wallet/account",
  365. "style": {
  366. "navigationBarTitleText": "提现账号"
  367. }
  368. },
  369. {
  370. "path": "pages/wallet/accounts",
  371. "style": {
  372. "navigationBarTitleText": "账号管理"
  373. }
  374. },
  375. {
  376. "path": "pages/wallet/wechat",
  377. "style": {
  378. "navigationBarTitleText": "佣金转出"
  379. }
  380. },
  381. {
  382. "path": "pages/wallet/record",
  383. "style": {
  384. "navigationBarTitleText": "充值记录"
  385. }
  386. },
  387. {
  388. "path": "pages/wallet/withdrawal",
  389. "style": {
  390. "navigationBarTitleText": "提现"
  391. }
  392. },
  393. {
  394. "path": "pages/wallet/alipay",
  395. "style": {
  396. "navigationBarTitleText": "支付宝支付管理",
  397. "enablePullDownRefresh": true,
  398. // app的导航栏 搜索配置
  399. "app-plus": {
  400. "titleNView": {
  401. "buttons": [{
  402. "color": "#333333",
  403. "fontSize": "14px",
  404. "colorPressed": "#fc5c82",
  405. "float": "right",
  406. "text": "添加账号"
  407. }]
  408. }
  409. }
  410. }
  411. },
  412. {
  413. "path": "pages/wallet/weixin",
  414. "style": {
  415. "navigationBarTitleText": "微信支付管理",
  416. "enablePullDownRefresh": true,
  417. // app的导航栏 搜索配置
  418. "app-plus": {
  419. "titleNView": {
  420. "buttons": [{
  421. "color": "#333333",
  422. "fontSize": "14px",
  423. "colorPressed": "#fc5c82",
  424. "float": "right",
  425. "text": "添加账号"
  426. }]
  427. }
  428. }
  429. }
  430. },
  431. {
  432. "path": "pages/wallet/bankcard",
  433. "style": {
  434. "navigationBarTitleText": "银行卡管理",
  435. "enablePullDownRefresh": true,
  436. // app的导航栏 搜索配置
  437. "app-plus": {
  438. "titleNView": {
  439. "buttons": [{
  440. "color": "#333333",
  441. "fontSize": "14px",
  442. "colorPressed": "#fc5c82",
  443. "float": "right",
  444. "text": "添加账号"
  445. }]
  446. }
  447. }
  448. }
  449. },
  450. {
  451. "path": "pages/wallet/nummanage",
  452. "style": {
  453. "navigationBarTitleText": "添加账号"
  454. }
  455. },
  456. {
  457. "path": "pages/wallet/wallet",
  458. "style": {
  459. "navigationBarTitleText": "余额",
  460. "app-plus": {
  461. "titleNView": false
  462. }
  463. }
  464. },
  465. {
  466. "path": "pages/wallet/wallets",
  467. "style": {
  468. "navigationBarTitleText": "推广收益",
  469. "app-plus": {
  470. "titleNView": false
  471. }
  472. }
  473. },
  474. {
  475. "path": "pages/product/reply",
  476. "style": {
  477. "navigationBarTitleText": "商品评价"
  478. }
  479. },
  480. {
  481. "path": "pages/product/index",
  482. "style": {
  483. "navigationBarTitleText": "商品分享图"
  484. }
  485. },
  486. {
  487. "path": "pages/product/search",
  488. "style": {
  489. // #ifdef APP-PLUS
  490. "navigationStyle": "custom",
  491. // #endif
  492. // #ifndef MP
  493. "app-plus": {
  494. "titleNView": {
  495. "searchInput": {
  496. "backgroundColor": "rgba(231, 231, 231,.7)",
  497. "borderRadius": "16px",
  498. "placeholder": "请输入关键字",
  499. "disabled": false,
  500. "placeholderColor": "#606266",
  501. "align": "left",
  502. "autoFocus": true
  503. },
  504. "buttons": [{
  505. "text": "搜索",
  506. "fontSize": "14",
  507. "color": "#303133",
  508. "background": "rgba(0,0,0,0)",
  509. "width": "40px"
  510. }]
  511. }
  512. },
  513. // #endif
  514. "navigationBarTitleText": "搜索"
  515. }
  516. },
  517. {
  518. "path": "pages/product/list",
  519. "style": {
  520. // #ifdef APP-PLUS
  521. "navigationStyle": "custom",
  522. // #endif
  523. // #ifndef MP
  524. "app-plus": {
  525. "titleNView": {
  526. "searchInput": {
  527. "backgroundColor": "rgba(231, 231, 231,.7)",
  528. "borderRadius": "16px",
  529. "placeholder": "请输入关键字",
  530. "disabled": false,
  531. "placeholderColor": "#606266",
  532. "align": "left"
  533. },
  534. "buttons": [{
  535. "text": "搜索",
  536. "fontSize": "14",
  537. "color": "#303133",
  538. "background": "rgba(0,0,0,0)",
  539. "width": "40px"
  540. }]
  541. }
  542. },
  543. // #endif
  544. "navigationBarTitleText": "搜索"
  545. }
  546. },
  547. // {
  548. // "path": "pages/product/productCollage",//拼团商品
  549. // "style": {
  550. // "navigationBarTitleText":"商品详情"
  551. // }
  552. // },
  553. {
  554. "path": "pages/product/seckilldetails",//秒杀商品
  555. "style": {
  556. "navigationBarTitleText":"秒杀详情"
  557. }
  558. },
  559. {
  560. "path": "pages/product/product",//普通商品
  561. "style": {
  562. "navigationBarTitleText":"宝贝详情"
  563. }
  564. },
  565. {
  566. "path": "pages/user/ShareIndex",
  567. "style": {
  568. "navigationBarTitleText":"邀请好友"
  569. }
  570. },
  571. {
  572. "path": "pages/order_pay_status/index",
  573. "style": {
  574. "navigationBarTitleText": "支付成功"
  575. }
  576. }
  577. ],
  578. "subPackages": [
  579. {
  580. "root": "pages/activity",
  581. "name": "activity",
  582. "pages":[{
  583. "path": "goods_bargain/index",
  584. "style": {
  585. "navigationStyle": "custom"
  586. // #ifdef MP
  587. ,"navigationBarTextStyle": "#fff"
  588. // #endif
  589. }
  590. },
  591. {
  592. "path": "goods_bargain_details/index",
  593. "style": {
  594. "navigationStyle": "custom"
  595. // #ifdef MP
  596. ,"navigationBarTextStyle": "#fff"
  597. // #endif
  598. }
  599. },
  600. {
  601. "path": "bargain/index",
  602. "style": {
  603. "navigationBarTitleText": "砍价记录"
  604. }
  605. }
  606. ]
  607. },
  608. {
  609. "root": "pages/users",
  610. "name": "users",
  611. "pages": [
  612. {
  613. "path": "order_confirm/index",
  614. "style": {
  615. "navigationBarTitleText": "提交订单"
  616. }
  617. }
  618. ]
  619. }
  620. ],
  621. "globalStyle": {
  622. "navigationBarTextStyle": "black",
  623. "navigationBarTitleText": "商品首页",
  624. "navigationBarBackgroundColor": "#FFFFFF",
  625. "backgroundColor": "#f8f8f8"
  626. },
  627. "tabBar": {
  628. "color": "#C0C4CC",
  629. "selectedColor": "#FC4141",
  630. "borderStyle": "black",
  631. "backgroundColor": "#ffffff",
  632. "iconWidth":"18px",
  633. "list": [{
  634. "pagePath": "pages/index/index",
  635. "iconPath": "static/tabBar/tab-home.png",
  636. "selectedIconPath": "static/tabBar/tab-home-current.png",
  637. "text": "首页"
  638. },
  639. {
  640. "pagePath": "pages/category/category",
  641. "iconPath": "static/tabBar/tab-cate.png",
  642. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  643. "text": "分类"
  644. },
  645. {
  646. "pagePath": "pages/cart/cart",
  647. "iconPath": "static/tabBar/tab-cart.png",
  648. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  649. "text": "购物车"
  650. },
  651. {
  652. "pagePath": "pages/user/user",
  653. "iconPath": "static/tabBar/tab-my.png",
  654. "selectedIconPath": "static/tabBar/tab-my-current.png",
  655. "text": "我的"
  656. }
  657. ]
  658. }
  659. }