pages.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866
  1. {
  2. "pages" : [
  3. {
  4. "navigationStyle" : "custom",
  5. "path" : "pages/common/launch"
  6. },
  7. {
  8. "path" : "pages/auth/login",
  9. "style" : {
  10. "navigationBarTitleText" : "授权登录",
  11. "navigationStyle" : "custom"
  12. }
  13. },
  14. {
  15. "path" : "pages/auth/wxLogin",
  16. "style" : {
  17. "navigationBarTitleText" : "公众号授权",
  18. "navigationStyle" : "custom"
  19. }
  20. },
  21. {
  22. "path" : "pages/home/index",
  23. "style" : {
  24. "app-plus" : {
  25. "titleNView" : false
  26. },
  27. "enablePullDownRefresh" : false,
  28. "navigationBarTitleText" : "丝路佳选",
  29. "navigationStyle" : "custom"
  30. }
  31. },
  32. {
  33. "path" : "pages/user/test",
  34. "style" : {
  35. "app-plus" : {
  36. "titleNView" : false
  37. },
  38. "navigationBarTitleText" : "test"
  39. }
  40. },
  41. {
  42. "path" : "pages/doctor/doctorQr",
  43. "style" : {
  44. "app-plus" : {
  45. "titleNView" : false
  46. },
  47. "navigationBarTitleText" : "用药咨询"
  48. }
  49. },
  50. {
  51. "path" : "pages/home/productSearch",
  52. "style" : {
  53. "app-plus" : {
  54. "titleNView" : false
  55. },
  56. "navigationBarTitleText" : "商品搜索"
  57. }
  58. },
  59. {
  60. "path" : "pages/home/productList",
  61. "style" : {
  62. "app-plus" : {
  63. "titleNView" : false
  64. },
  65. "navigationBarTitleText" : "商品列表"
  66. }
  67. },
  68. {
  69. "path" : "pages/healthy/index",
  70. "style" : {
  71. "app-plus" : {
  72. "titleNView" : false
  73. },
  74. "enablePullDownRefresh" : false,
  75. "navigationBarTitleText" : "健康知识",
  76. "navigationStyle" : "custom"
  77. }
  78. },
  79. {
  80. "path" : "pages/healthy/detail",
  81. "style" : {
  82. "app-plus" : {
  83. "titleNView" : false
  84. },
  85. "enablePullDownRefresh" : false,
  86. "navigationBarTitleText" : ""
  87. }
  88. },
  89. {
  90. "path" : "pages/healthy/readUsers",
  91. "style" : {
  92. "app-plus" : {
  93. "titleNView" : false
  94. },
  95. "enablePullDownRefresh" : false,
  96. "navigationBarTitleText" : "阅读用户"
  97. }
  98. },
  99. {
  100. "path" : "pages/shopping/index",
  101. "style" : {
  102. "enablePullDownRefresh" : false,
  103. "navigationBarTitleText" : "商城",
  104. "navigationStyle" : "custom"
  105. }
  106. },
  107. {
  108. "path" : "pages/user/index",
  109. "style" : {
  110. "app-plus" : {
  111. "titleNView" : false
  112. },
  113. "navigationBarTitleText" : "我的",
  114. "navigationStyle" : "custom"
  115. }
  116. },
  117. {
  118. "path" : "pages/shopping/productDetails",
  119. "style" : {
  120. "enablePullDownRefresh" : false,
  121. "navigationBarTitleText" : "商品详情"
  122. }
  123. },
  124. {
  125. "path" : "pages/home/companyInfo",
  126. "style" : {
  127. "enablePullDownRefresh" : false,
  128. "navigationBarTitleText" : "企业理念"
  129. }
  130. },
  131. {
  132. "path" : "pages/shopping/cart",
  133. "style" : {
  134. "enablePullDownRefresh" : false,
  135. "navigationBarTitleText" : "购物车"
  136. }
  137. },
  138. {
  139. "path" : "pages/shopping/productList",
  140. "style" : {
  141. "enablePullDownRefresh" : false,
  142. "navigationBarTitleText" : "药品列表"
  143. }
  144. },
  145. {
  146. "path" : "pages/shopping/confirmOrder",
  147. "style" : {
  148. "enablePullDownRefresh" : false,
  149. "navigationBarTitleText" : "确认订单"
  150. }
  151. },
  152. {
  153. "path" : "pages/shopping/paymentOrder",
  154. "style" : {
  155. "enablePullDownRefresh" : false,
  156. "navigationBarTitleText" : "支付订单"
  157. }
  158. },
  159. {
  160. "path" : "pages/shopping/payOrder",
  161. "style" : {
  162. "enablePullDownRefresh" : false,
  163. "navigationBarTitleText" : "推荐订单支付"
  164. }
  165. },
  166. {
  167. "path" : "pages/shopping/prescribe",
  168. "style" : {
  169. "enablePullDownRefresh" : false,
  170. "navigationBarTitleText" : "填写处方信息",
  171. "navigationStyle" : "custom"
  172. }
  173. },
  174. {
  175. "path" : "pages/shopping/success",
  176. "style" : {
  177. "enablePullDownRefresh" : false,
  178. "navigationBarTitleText" : "支付成功"
  179. }
  180. },
  181. {
  182. "path" : "pages/home/content",
  183. "style" : {
  184. "enablePullDownRefresh" : false,
  185. "navigationBarTitleText" : "详情"
  186. }
  187. },
  188. {
  189. "path" : "pages/home/h5",
  190. "style" : {
  191. "enablePullDownRefresh" : false,
  192. "navigationBarTitleText" : "详情"
  193. }
  194. },
  195. {
  196. "path" : "pages/home/cert",
  197. "style" : {
  198. "enablePullDownRefresh" : false,
  199. "navigationBarTitleText" : "资质证明"
  200. }
  201. },
  202. {
  203. "path" : "pages/shopping/confirmPackageOrder",
  204. "style" : {
  205. "enablePullDownRefresh" : false,
  206. "navigationBarTitleText" : "确认支付"
  207. }
  208. },
  209. {
  210. "path" : "pages/shopping/confirmCreateOrder",
  211. "style" : {
  212. "enablePullDownRefresh" : false,
  213. "navigationBarTitleText" : "确认订单"
  214. }
  215. },
  216. {
  217. "path" : "pages_course/register",
  218. "style" : {}
  219. }
  220. ],
  221. "subPackages" : [
  222. {
  223. "root" : "pages_user",
  224. "pages" : [
  225. {
  226. "path" : "user/addPatient",
  227. "style" : {
  228. "navigationBarTitleText" : "创建就诊人",
  229. "app-plus" : {
  230. "titleNView" : false
  231. }
  232. }
  233. },
  234. {
  235. "path" : "user/message",
  236. "style" : {
  237. "navigationBarTitleText" : "消息",
  238. "enablePullDownRefresh" : false
  239. }
  240. },
  241. {
  242. "path" : "user/msgDetail",
  243. "style" : {
  244. "navigationBarTitleText" : "系统消息",
  245. "enablePullDownRefresh" : false
  246. }
  247. },
  248. {
  249. "path" : "user/storeOrder",
  250. "style" : {
  251. "navigationBarTitleText" : "我的订单",
  252. "enablePullDownRefresh" : false
  253. }
  254. },
  255. {
  256. "path" : "user/storeOrderDetail",
  257. "style" : {
  258. "navigationBarTitleText" : "订单详情",
  259. "navigationStyle" : "custom",
  260. "enablePullDownRefresh" : false
  261. }
  262. },
  263. {
  264. "path" : "user/doctorOrder",
  265. "style" : {
  266. "navigationBarTitleText" : "问诊列表",
  267. "enablePullDownRefresh" : false
  268. }
  269. },
  270. {
  271. "path" : "user/patient",
  272. "style" : {
  273. "navigationBarTitleText" : "病人列表",
  274. "enablePullDownRefresh" : false
  275. }
  276. },
  277. {
  278. "path" : "user/addAddress",
  279. "style" : {
  280. "navigationBarTitleText" : "新建收货地址",
  281. "enablePullDownRefresh" : false
  282. }
  283. },
  284. {
  285. "path" : "user/address",
  286. "style" : {
  287. "navigationBarTitleText" : "收货地址",
  288. "enablePullDownRefresh" : false
  289. }
  290. },
  291. {
  292. "path" : "user/integral",
  293. "style" : {
  294. "navigationBarTitleText" : "我的积分",
  295. "navigationStyle" : "custom",
  296. "enablePullDownRefresh" : false
  297. }
  298. },
  299. {
  300. "path" : "user/refundOrderList",
  301. "style" : {
  302. "navigationBarTitleText" : "售后订单",
  303. "enablePullDownRefresh" : false
  304. }
  305. },
  306. {
  307. "path" : "user/refundOrderDetail",
  308. "style" : {
  309. "navigationBarTitleText" : "处理进度",
  310. "navigationStyle" : "custom",
  311. "enablePullDownRefresh" : false
  312. }
  313. },
  314. {
  315. "path" : "user/refundOrderLogs",
  316. "style" : {
  317. "navigationBarTitleText" : "退款详情",
  318. "navigationStyle" : "custom",
  319. "enablePullDownRefresh" : false
  320. }
  321. },
  322. {
  323. "path" : "user/storeOrderDelivery",
  324. "style" : {
  325. "navigationBarTitleText" : "物流信息",
  326. "navigationStyle" : "custom",
  327. "enablePullDownRefresh" : false
  328. }
  329. },
  330. {
  331. "path" : "user/refundOrder",
  332. "style" : {
  333. "navigationBarTitleText" : "申请售后",
  334. "enablePullDownRefresh" : false
  335. }
  336. },
  337. {
  338. "path" : "user/prescribeOrder",
  339. "style" : {
  340. "navigationBarTitleText" : "处方单",
  341. "enablePullDownRefresh" : false
  342. }
  343. },
  344. {
  345. "path" : "user/pay",
  346. "style" : {
  347. "navigationBarTitleText" : "收款",
  348. "enablePullDownRefresh" : false
  349. }
  350. },
  351. {
  352. "path" : "user/success",
  353. "style" : {
  354. "navigationBarTitleText" : "支付结果",
  355. "enablePullDownRefresh" : false
  356. }
  357. },
  358. {
  359. "path" : "user/refundOrderProduct",
  360. "style" : {
  361. "navigationBarTitleText" : "订单售后",
  362. "enablePullDownRefresh" : false
  363. }
  364. },
  365. {
  366. "path" : "user/refundOrderDelivery",
  367. "style" : {
  368. "navigationBarTitleText" : "物流信息",
  369. "enablePullDownRefresh" : false
  370. }
  371. },
  372. {
  373. "path" : "user/userTui",
  374. "style" : {
  375. "navigationBarTitleText" : "我的推广",
  376. "enablePullDownRefresh" : false
  377. }
  378. },
  379. {
  380. "path" : "user/userTuiProduct",
  381. "style" : {
  382. "navigationBarTitleText" : "推广商品",
  383. "enablePullDownRefresh" : false
  384. }
  385. },
  386. {
  387. "path" : "user/userTuiImg",
  388. "style" : {
  389. "navigationBarTitleText" : "推广海报",
  390. "enablePullDownRefresh" : false
  391. }
  392. },
  393. {
  394. "path" : "user/userTuiList",
  395. "style" : {
  396. "navigationBarTitleText" : "我的推荐人",
  397. "enablePullDownRefresh" : false
  398. }
  399. },
  400. {
  401. "path" : "user/userTuiMoneyList",
  402. "style" : {
  403. "navigationBarTitleText" : "佣金记录",
  404. "enablePullDownRefresh" : false
  405. }
  406. },
  407. {
  408. "path" : "user/userTuiOrderList",
  409. "style" : {
  410. "navigationBarTitleText" : "订单记录",
  411. "enablePullDownRefresh" : false
  412. }
  413. },
  414. {
  415. "path" : "user/storeProductRelation",
  416. "style" : {
  417. "navigationBarTitleText" : "我的足迹",
  418. "enablePullDownRefresh" : false
  419. }
  420. },
  421. {
  422. "path" : "user/personInfo",
  423. "style" : {
  424. "navigationBarTitleText" : "个人信息",
  425. "enablePullDownRefresh" : false
  426. }
  427. },
  428. {
  429. "path" : "user/userTuiMoney",
  430. "style" : {
  431. "navigationBarTitleText" : "提现管理",
  432. "enablePullDownRefresh" : false
  433. }
  434. },
  435. {
  436. "path" : "user/userTuiExtractLog",
  437. "style" : {
  438. "navigationBarTitleText" : "提现记录",
  439. "enablePullDownRefresh" : false
  440. }
  441. },
  442. {
  443. "path" : "user/doc",
  444. "style" : {
  445. "navigationBarTitleText" : "健康档案",
  446. "enablePullDownRefresh" : false
  447. }
  448. },
  449. {
  450. "path" : "user/addDoc",
  451. "style" : {
  452. "navigationBarTitleText" : "创建健康档案",
  453. "enablePullDownRefresh" : false
  454. }
  455. },
  456. {
  457. "path" : "user/docDetail",
  458. "style" : {
  459. "navigationBarTitleText" : "健康档案",
  460. "navigationBarBackgroundColor" : "#dff9f5",
  461. "enablePullDownRefresh" : false
  462. }
  463. },
  464. {
  465. "path" : "user/docRecord",
  466. "style" : {
  467. "navigationBarTitleText" : "健康记录",
  468. "enablePullDownRefresh" : false
  469. }
  470. },
  471. {
  472. "path" : "user/addDocRecord",
  473. "style" : {
  474. "navigationBarTitleText" : "添加健康记录",
  475. "enablePullDownRefresh" : false
  476. }
  477. },
  478. {
  479. "path" : "user/userTuiAdd",
  480. "style" : {
  481. "navigationBarTitleText" : "申请推广员",
  482. "enablePullDownRefresh" : false
  483. }
  484. },
  485. {
  486. "path" : "user/paymentOrderRemain",
  487. "style" : {
  488. "navigationBarTitleText" : "支付尾款",
  489. "enablePullDownRefresh" : false
  490. }
  491. },
  492. {
  493. "path" : "user/otherPaymentOrder",
  494. "style" : {
  495. "navigationBarTitleText" : "亲友代付",
  496. "enablePullDownRefresh" : false
  497. }
  498. },
  499. {
  500. "path" : "user/otherPaySuccess",
  501. "style" : {
  502. "navigationBarTitleText" : "支付成功",
  503. "enablePullDownRefresh" : false
  504. }
  505. },
  506. {
  507. "path" : "user/otherPaymentOrderRemain",
  508. "style" : {
  509. "navigationBarTitleText" : "亲友代付尾款",
  510. "enablePullDownRefresh" : false
  511. }
  512. },
  513. {
  514. "path" : "user/userShareList",
  515. "style" : {
  516. "navigationBarTitleText" : "分享榜",
  517. "enablePullDownRefresh" : false,
  518. "navigationStyle" : "custom"
  519. }
  520. }
  521. ]
  522. },
  523. {
  524. "root" : "pages_company",
  525. "pages" : [
  526. {
  527. "path" : "auth/login",
  528. "style" : {
  529. "navigationBarTitleText" : "销售员登录",
  530. "app-plus" : {
  531. "titleNView" : false
  532. }
  533. }
  534. },
  535. {
  536. "path" : "index",
  537. "style" : {
  538. "navigationBarTitleText" : "销售管理首页",
  539. "app-plus" : {
  540. "titleNView" : false
  541. }
  542. }
  543. },
  544. {
  545. "path" : "storeOrder",
  546. "style" : {
  547. "navigationBarTitleText" : "订单管理",
  548. "app-plus" : {
  549. "titleNView" : false
  550. }
  551. }
  552. },
  553. {
  554. "path" : "storeOrderDetail",
  555. "style" : {
  556. "navigationBarTitleText" : "订单详情",
  557. "navigationStyle" : "custom",
  558. "enablePullDownRefresh" : false
  559. }
  560. },
  561. {
  562. "path" : "storeProductPackage",
  563. "style" : {
  564. "navigationBarTitleText" : "商品套餐",
  565. "app-plus" : {
  566. "titleNView" : false
  567. }
  568. }
  569. },
  570. {
  571. "path" : "storeProductPackageDetails",
  572. "style" : {
  573. "navigationBarTitleText" : "套餐详情",
  574. "app-plus" : {
  575. "titleNView" : false
  576. }
  577. }
  578. },
  579. {
  580. "path" : "coupon",
  581. "style" : {
  582. "navigationBarTitleText" : "优惠券",
  583. "app-plus" : {
  584. "titleNView" : false
  585. }
  586. }
  587. },
  588. {
  589. "path" : "couponDetails",
  590. "style" : {
  591. "navigationBarTitleText" : "优惠券详情",
  592. "app-plus" : {
  593. "titleNView" : false
  594. }
  595. }
  596. },
  597. {
  598. "path" : "order/productList",
  599. "style" : {
  600. "navigationBarTitleText" : "商品列表",
  601. "app-plus" : {
  602. "titleNView" : false
  603. }
  604. }
  605. },
  606. {
  607. "path" : "order/productDetails",
  608. "style" : {
  609. "navigationBarTitleText" : "商品详情",
  610. "app-plus" : {
  611. "titleNView" : false
  612. }
  613. }
  614. },
  615. {
  616. "path" : "order/cart",
  617. "style" : {
  618. "navigationBarTitleText" : "购物车",
  619. "app-plus" : {
  620. "titleNView" : false
  621. }
  622. }
  623. },
  624. {
  625. "path" : "order/confirmOrder",
  626. "style" : {
  627. "navigationBarTitleText" : "推荐订单信息",
  628. "app-plus" : {
  629. "titleNView" : false
  630. }
  631. }
  632. },
  633. {
  634. "path" : "order/confirmCompanyOrder",
  635. "style" : {
  636. "navigationBarTitleText" : "推荐订单",
  637. "app-plus" : {
  638. "titleNView" : false
  639. }
  640. }
  641. },
  642. {
  643. "path" : "order/coupon",
  644. "style" : {
  645. "navigationBarTitleText" : "制单优惠券",
  646. "app-plus" : {
  647. "titleNView" : false
  648. }
  649. }
  650. },
  651. {
  652. "path" : "order/productShowDetails",
  653. "style" : {
  654. "navigationBarTitleText" : "商品详情",
  655. "app-plus" : {
  656. "titleNView" : false
  657. }
  658. }
  659. },
  660. {
  661. "path" : "alipayImg",
  662. "style" : {
  663. "navigationBarTitleText" : "支付宝收款",
  664. "app-plus" : {
  665. "titleNView" : false
  666. }
  667. }
  668. },
  669. {
  670. "path" : "card",
  671. "style" : {
  672. "navigationBarTitleText" : "销售名片",
  673. "app-plus" : {
  674. "titleNView" : false
  675. }
  676. }
  677. }
  678. ]
  679. },
  680. {
  681. "root" : "pages_shopping",
  682. "pages" : [
  683. {
  684. "path" : "shopping/coupon",
  685. "style" : {
  686. "navigationBarTitleText" : "优惠券",
  687. "enablePullDownRefresh" : false
  688. }
  689. },
  690. {
  691. "path" : "shopping/myCoupon",
  692. "style" : {
  693. "navigationBarTitleText" : "我的优惠券",
  694. "enablePullDownRefresh" : false
  695. }
  696. },
  697. {
  698. "path" : "shopping/activityDetails",
  699. "style" : {
  700. "navigationBarTitleText" : "活动",
  701. "enablePullDownRefresh" : false
  702. }
  703. },
  704. {
  705. "path" : "shopping/productSalesList",
  706. "style" : {
  707. "navigationBarTitleText" : "药品排行榜",
  708. "enablePullDownRefresh" : false
  709. }
  710. }
  711. ]
  712. },
  713. {
  714. "root" : "pages_course",
  715. "pages" : [
  716. {
  717. "path" : "videoDetail",
  718. "style" : {
  719. "navigationBarTitleText" : "课程",
  720. "navigationStyle" : "custom",
  721. "scrollIndicator" : "none",
  722. "usingComponenets" : {
  723. "uni-popup" : "/uni_modules/uni-popup/components/uni-popup/uni-popup"
  724. },
  725. "componentPlaceholder" : {
  726. "uni-popup" : "view"
  727. },
  728. "app-plus" : {
  729. "bounce" : "none",
  730. "softinputMode" : "adjustResize"
  731. }
  732. }
  733. },
  734. {
  735. "path" : "video",
  736. "style" : {
  737. "navigationBarTitleText" : "",
  738. "navigationStyle" : "custom",
  739. "scrollIndicator" : "none",
  740. "app-plus" : {
  741. "bounce" : "none"
  742. }
  743. }
  744. },
  745. {
  746. "path" : "feedback",
  747. "style" : {
  748. "navigationBarTitleText" : "投诉反馈",
  749. "navigationStyle" : "custom",
  750. "scrollIndicator" : "none",
  751. "app-plus" : {
  752. "bounce" : "none",
  753. "softinputMode" : "adjustResize"
  754. }
  755. }
  756. },
  757. {
  758. "path" : "webview",
  759. "style" : {
  760. "navigationBarTitleText" : "授权登录",
  761. "scrollIndicator" : "none",
  762. "app-plus" : {
  763. "bounce" : "none",
  764. "softinputMode" : "adjustResize"
  765. }
  766. }
  767. },
  768. {
  769. "path" : "learn",
  770. "style" : {
  771. "navigationBarTitleText" : "",
  772. "scrollIndicator" : "none",
  773. "app-plus" : {
  774. "bounce" : "none"
  775. }
  776. }
  777. },
  778. {
  779. "path" : "teacherClassroom",
  780. "style" : {
  781. "navigationBarTitleText" : "健康大讲堂",
  782. "scrollIndicator" : "none",
  783. "app-plus" : {
  784. "bounce" : "none"
  785. }
  786. }
  787. },
  788. {
  789. "path" : "course",
  790. "style" : {
  791. "navigationBarTitleText" : "",
  792. "scrollIndicator" : "none",
  793. "app-plus" : {
  794. "bounce" : "none"
  795. }
  796. }
  797. },
  798. {
  799. "path" : "register",
  800. "style" : {
  801. "navigationBarTitleText" : "",
  802. "navigationStyle" : "custom",
  803. "scrollIndicator" : "none",
  804. "app-plus" : {
  805. "bounce" : "none"
  806. }
  807. }
  808. }
  809. ]
  810. }
  811. ],
  812. "globalStyle" : {
  813. "navigationBarTextStyle" : "black",
  814. "navigationBarTitleText" : "丝路佳选",
  815. "navigationBarBackgroundColor" : "#FFFFFF",
  816. "backgroundColor" : "#FFFFFF"
  817. },
  818. "tabBar" : {
  819. "color" : "#666666",
  820. "selectedColor" : "#2BC7B9",
  821. "borderStyle" : "white",
  822. "backgroundColor" : "#ffffff",
  823. "height" : "64px",
  824. "fontSize" : "12px",
  825. "iconWidth" : "18px",
  826. "spacing" : "4px",
  827. "list" : [
  828. {
  829. "pagePath" : "pages/home/index",
  830. "iconPath" : "/static/images/home.png",
  831. "selectedIconPath" : "/static/images/home_sel.png",
  832. "text" : "首页"
  833. },
  834. // {
  835. // "pagePath": "pages/home/companyInfo",
  836. // "iconPath": "/static/images/health.png",
  837. // "selectedIconPath": "/static/images/health_sel.png",
  838. // "text": "企业理念"
  839. // },
  840. {
  841. "pagePath" : "pages/shopping/cart",
  842. "iconPath" : "/static/images/cart.png",
  843. "selectedIconPath" : "/static/images/cart_sel.png",
  844. "text" : "购物车"
  845. },
  846. // {
  847. // "pagePath": "pages/doctor/index",
  848. // "iconPath": "/static/images/see_doctor.png",
  849. // "selectedIconPath": "/static/images/see_doctor_sel.png",
  850. // "text": "问诊"
  851. // },
  852. {
  853. "pagePath" : "pages/shopping/index",
  854. "iconPath" : "/static/images/shop_mall.png",
  855. "selectedIconPath" : "/static/images/shop_mall_sel.png",
  856. "text" : "健康商城"
  857. },
  858. {
  859. "pagePath" : "pages/user/index",
  860. "iconPath" : "/static/images/my.png",
  861. "selectedIconPath" : "/static/images/my_sel.png",
  862. "text" : "会员中心"
  863. }
  864. ]
  865. }
  866. }