pages.json 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862
  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. "subPackages" : [
  218. {
  219. "root" : "pages_user",
  220. "pages" : [
  221. {
  222. "path" : "user/addPatient",
  223. "style" : {
  224. "navigationBarTitleText" : "创建就诊人",
  225. "app-plus" : {
  226. "titleNView" : false
  227. }
  228. }
  229. },
  230. {
  231. "path" : "user/message",
  232. "style" : {
  233. "navigationBarTitleText" : "消息",
  234. "enablePullDownRefresh" : false
  235. }
  236. },
  237. {
  238. "path" : "user/msgDetail",
  239. "style" : {
  240. "navigationBarTitleText" : "系统消息",
  241. "enablePullDownRefresh" : false
  242. }
  243. },
  244. {
  245. "path" : "user/storeOrder",
  246. "style" : {
  247. "navigationBarTitleText" : "我的订单",
  248. "enablePullDownRefresh" : false
  249. }
  250. },
  251. {
  252. "path" : "user/storeOrderDetail",
  253. "style" : {
  254. "navigationBarTitleText" : "订单详情",
  255. "navigationStyle" : "custom",
  256. "enablePullDownRefresh" : false
  257. }
  258. },
  259. {
  260. "path" : "user/doctorOrder",
  261. "style" : {
  262. "navigationBarTitleText" : "问诊列表",
  263. "enablePullDownRefresh" : false
  264. }
  265. },
  266. {
  267. "path" : "user/patient",
  268. "style" : {
  269. "navigationBarTitleText" : "病人列表",
  270. "enablePullDownRefresh" : false
  271. }
  272. },
  273. {
  274. "path" : "user/addAddress",
  275. "style" : {
  276. "navigationBarTitleText" : "新建收货地址",
  277. "enablePullDownRefresh" : false
  278. }
  279. },
  280. {
  281. "path" : "user/address",
  282. "style" : {
  283. "navigationBarTitleText" : "收货地址",
  284. "enablePullDownRefresh" : false
  285. }
  286. },
  287. {
  288. "path" : "user/integral",
  289. "style" : {
  290. "navigationBarTitleText" : "我的积分",
  291. "navigationStyle" : "custom",
  292. "enablePullDownRefresh" : false
  293. }
  294. },
  295. {
  296. "path" : "user/refundOrderList",
  297. "style" : {
  298. "navigationBarTitleText" : "售后订单",
  299. "enablePullDownRefresh" : false
  300. }
  301. },
  302. {
  303. "path" : "user/refundOrderDetail",
  304. "style" : {
  305. "navigationBarTitleText" : "处理进度",
  306. "navigationStyle" : "custom",
  307. "enablePullDownRefresh" : false
  308. }
  309. },
  310. {
  311. "path" : "user/refundOrderLogs",
  312. "style" : {
  313. "navigationBarTitleText" : "退款详情",
  314. "navigationStyle" : "custom",
  315. "enablePullDownRefresh" : false
  316. }
  317. },
  318. {
  319. "path" : "user/storeOrderDelivery",
  320. "style" : {
  321. "navigationBarTitleText" : "物流信息",
  322. "navigationStyle" : "custom",
  323. "enablePullDownRefresh" : false
  324. }
  325. },
  326. {
  327. "path" : "user/refundOrder",
  328. "style" : {
  329. "navigationBarTitleText" : "申请售后",
  330. "enablePullDownRefresh" : false
  331. }
  332. },
  333. {
  334. "path" : "user/prescribeOrder",
  335. "style" : {
  336. "navigationBarTitleText" : "处方单",
  337. "enablePullDownRefresh" : false
  338. }
  339. },
  340. {
  341. "path" : "user/pay",
  342. "style" : {
  343. "navigationBarTitleText" : "收款",
  344. "enablePullDownRefresh" : false
  345. }
  346. },
  347. {
  348. "path" : "user/success",
  349. "style" : {
  350. "navigationBarTitleText" : "支付结果",
  351. "enablePullDownRefresh" : false
  352. }
  353. },
  354. {
  355. "path" : "user/refundOrderProduct",
  356. "style" : {
  357. "navigationBarTitleText" : "订单售后",
  358. "enablePullDownRefresh" : false
  359. }
  360. },
  361. {
  362. "path" : "user/refundOrderDelivery",
  363. "style" : {
  364. "navigationBarTitleText" : "物流信息",
  365. "enablePullDownRefresh" : false
  366. }
  367. },
  368. {
  369. "path" : "user/userTui",
  370. "style" : {
  371. "navigationBarTitleText" : "我的推广",
  372. "enablePullDownRefresh" : false
  373. }
  374. },
  375. {
  376. "path" : "user/userTuiProduct",
  377. "style" : {
  378. "navigationBarTitleText" : "推广商品",
  379. "enablePullDownRefresh" : false
  380. }
  381. },
  382. {
  383. "path" : "user/userTuiImg",
  384. "style" : {
  385. "navigationBarTitleText" : "推广海报",
  386. "enablePullDownRefresh" : false
  387. }
  388. },
  389. {
  390. "path" : "user/userTuiList",
  391. "style" : {
  392. "navigationBarTitleText" : "我的推荐人",
  393. "enablePullDownRefresh" : false
  394. }
  395. },
  396. {
  397. "path" : "user/userTuiMoneyList",
  398. "style" : {
  399. "navigationBarTitleText" : "佣金记录",
  400. "enablePullDownRefresh" : false
  401. }
  402. },
  403. {
  404. "path" : "user/userTuiOrderList",
  405. "style" : {
  406. "navigationBarTitleText" : "订单记录",
  407. "enablePullDownRefresh" : false
  408. }
  409. },
  410. {
  411. "path" : "user/storeProductRelation",
  412. "style" : {
  413. "navigationBarTitleText" : "我的足迹",
  414. "enablePullDownRefresh" : false
  415. }
  416. },
  417. {
  418. "path" : "user/personInfo",
  419. "style" : {
  420. "navigationBarTitleText" : "个人信息",
  421. "enablePullDownRefresh" : false
  422. }
  423. },
  424. {
  425. "path" : "user/userTuiMoney",
  426. "style" : {
  427. "navigationBarTitleText" : "提现管理",
  428. "enablePullDownRefresh" : false
  429. }
  430. },
  431. {
  432. "path" : "user/userTuiExtractLog",
  433. "style" : {
  434. "navigationBarTitleText" : "提现记录",
  435. "enablePullDownRefresh" : false
  436. }
  437. },
  438. {
  439. "path" : "user/doc",
  440. "style" : {
  441. "navigationBarTitleText" : "健康档案",
  442. "enablePullDownRefresh" : false
  443. }
  444. },
  445. {
  446. "path" : "user/addDoc",
  447. "style" : {
  448. "navigationBarTitleText" : "创建健康档案",
  449. "enablePullDownRefresh" : false
  450. }
  451. },
  452. {
  453. "path" : "user/docDetail",
  454. "style" : {
  455. "navigationBarTitleText" : "健康档案",
  456. "navigationBarBackgroundColor" : "#dff9f5",
  457. "enablePullDownRefresh" : false
  458. }
  459. },
  460. {
  461. "path" : "user/docRecord",
  462. "style" : {
  463. "navigationBarTitleText" : "健康记录",
  464. "enablePullDownRefresh" : false
  465. }
  466. },
  467. {
  468. "path" : "user/addDocRecord",
  469. "style" : {
  470. "navigationBarTitleText" : "添加健康记录",
  471. "enablePullDownRefresh" : false
  472. }
  473. },
  474. {
  475. "path" : "user/userTuiAdd",
  476. "style" : {
  477. "navigationBarTitleText" : "申请推广员",
  478. "enablePullDownRefresh" : false
  479. }
  480. },
  481. {
  482. "path" : "user/paymentOrderRemain",
  483. "style" : {
  484. "navigationBarTitleText" : "支付尾款",
  485. "enablePullDownRefresh" : false
  486. }
  487. },
  488. {
  489. "path" : "user/otherPaymentOrder",
  490. "style" : {
  491. "navigationBarTitleText" : "亲友代付",
  492. "enablePullDownRefresh" : false
  493. }
  494. },
  495. {
  496. "path" : "user/otherPaySuccess",
  497. "style" : {
  498. "navigationBarTitleText" : "支付成功",
  499. "enablePullDownRefresh" : false
  500. }
  501. },
  502. {
  503. "path" : "user/otherPaymentOrderRemain",
  504. "style" : {
  505. "navigationBarTitleText" : "亲友代付尾款",
  506. "enablePullDownRefresh" : false
  507. }
  508. },
  509. {
  510. "path" : "user/userShareList",
  511. "style" : {
  512. "navigationBarTitleText" : "分享榜",
  513. "enablePullDownRefresh" : false,
  514. "navigationStyle" : "custom"
  515. }
  516. }
  517. ]
  518. },
  519. {
  520. "root" : "pages_company",
  521. "pages" : [
  522. {
  523. "path" : "auth/login",
  524. "style" : {
  525. "navigationBarTitleText" : "销售员登录",
  526. "app-plus" : {
  527. "titleNView" : false
  528. }
  529. }
  530. },
  531. {
  532. "path" : "index",
  533. "style" : {
  534. "navigationBarTitleText" : "销售管理首页",
  535. "app-plus" : {
  536. "titleNView" : false
  537. }
  538. }
  539. },
  540. {
  541. "path" : "storeOrder",
  542. "style" : {
  543. "navigationBarTitleText" : "订单管理",
  544. "app-plus" : {
  545. "titleNView" : false
  546. }
  547. }
  548. },
  549. {
  550. "path" : "storeOrderDetail",
  551. "style" : {
  552. "navigationBarTitleText" : "订单详情",
  553. "navigationStyle" : "custom",
  554. "enablePullDownRefresh" : false
  555. }
  556. },
  557. {
  558. "path" : "storeProductPackage",
  559. "style" : {
  560. "navigationBarTitleText" : "商品套餐",
  561. "app-plus" : {
  562. "titleNView" : false
  563. }
  564. }
  565. },
  566. {
  567. "path" : "storeProductPackageDetails",
  568. "style" : {
  569. "navigationBarTitleText" : "套餐详情",
  570. "app-plus" : {
  571. "titleNView" : false
  572. }
  573. }
  574. },
  575. {
  576. "path" : "coupon",
  577. "style" : {
  578. "navigationBarTitleText" : "优惠券",
  579. "app-plus" : {
  580. "titleNView" : false
  581. }
  582. }
  583. },
  584. {
  585. "path" : "couponDetails",
  586. "style" : {
  587. "navigationBarTitleText" : "优惠券详情",
  588. "app-plus" : {
  589. "titleNView" : false
  590. }
  591. }
  592. },
  593. {
  594. "path" : "order/productList",
  595. "style" : {
  596. "navigationBarTitleText" : "商品列表",
  597. "app-plus" : {
  598. "titleNView" : false
  599. }
  600. }
  601. },
  602. {
  603. "path" : "order/productDetails",
  604. "style" : {
  605. "navigationBarTitleText" : "商品详情",
  606. "app-plus" : {
  607. "titleNView" : false
  608. }
  609. }
  610. },
  611. {
  612. "path" : "order/cart",
  613. "style" : {
  614. "navigationBarTitleText" : "购物车",
  615. "app-plus" : {
  616. "titleNView" : false
  617. }
  618. }
  619. },
  620. {
  621. "path" : "order/confirmOrder",
  622. "style" : {
  623. "navigationBarTitleText" : "推荐订单信息",
  624. "app-plus" : {
  625. "titleNView" : false
  626. }
  627. }
  628. },
  629. {
  630. "path" : "order/confirmCompanyOrder",
  631. "style" : {
  632. "navigationBarTitleText" : "推荐订单",
  633. "app-plus" : {
  634. "titleNView" : false
  635. }
  636. }
  637. },
  638. {
  639. "path" : "order/coupon",
  640. "style" : {
  641. "navigationBarTitleText" : "制单优惠券",
  642. "app-plus" : {
  643. "titleNView" : false
  644. }
  645. }
  646. },
  647. {
  648. "path" : "order/productShowDetails",
  649. "style" : {
  650. "navigationBarTitleText" : "商品详情",
  651. "app-plus" : {
  652. "titleNView" : false
  653. }
  654. }
  655. },
  656. {
  657. "path" : "alipayImg",
  658. "style" : {
  659. "navigationBarTitleText" : "支付宝收款",
  660. "app-plus" : {
  661. "titleNView" : false
  662. }
  663. }
  664. },
  665. {
  666. "path" : "card",
  667. "style" : {
  668. "navigationBarTitleText" : "销售名片",
  669. "app-plus" : {
  670. "titleNView" : false
  671. }
  672. }
  673. }
  674. ]
  675. },
  676. {
  677. "root" : "pages_shopping",
  678. "pages" : [
  679. {
  680. "path" : "shopping/coupon",
  681. "style" : {
  682. "navigationBarTitleText" : "优惠券",
  683. "enablePullDownRefresh" : false
  684. }
  685. },
  686. {
  687. "path" : "shopping/myCoupon",
  688. "style" : {
  689. "navigationBarTitleText" : "我的优惠券",
  690. "enablePullDownRefresh" : false
  691. }
  692. },
  693. {
  694. "path" : "shopping/activityDetails",
  695. "style" : {
  696. "navigationBarTitleText" : "活动",
  697. "enablePullDownRefresh" : false
  698. }
  699. },
  700. {
  701. "path" : "shopping/productSalesList",
  702. "style" : {
  703. "navigationBarTitleText" : "商品排行榜",
  704. "enablePullDownRefresh" : false
  705. }
  706. }
  707. ]
  708. },
  709. {
  710. "root" : "pages_course",
  711. "pages" : [
  712. {
  713. "path" : "videoDetail",
  714. "style" : {
  715. "navigationBarTitleText" : "课程",
  716. "navigationStyle" : "custom",
  717. "scrollIndicator" : "none",
  718. "usingComponenets" : {
  719. "uni-popup" : "/uni_modules/uni-popup/components/uni-popup/uni-popup"
  720. },
  721. "componentPlaceholder" : {
  722. "uni-popup" : "view"
  723. },
  724. "app-plus" : {
  725. "bounce" : "none",
  726. "softinputMode" : "adjustResize"
  727. }
  728. }
  729. },
  730. {
  731. "path" : "video",
  732. "style" : {
  733. "navigationBarTitleText" : "",
  734. "navigationStyle" : "custom",
  735. "scrollIndicator" : "none",
  736. "app-plus" : {
  737. "bounce" : "none"
  738. }
  739. }
  740. },
  741. {
  742. "path" : "feedback",
  743. "style" : {
  744. "navigationBarTitleText" : "投诉反馈",
  745. "navigationStyle" : "custom",
  746. "scrollIndicator" : "none",
  747. "app-plus" : {
  748. "bounce" : "none",
  749. "softinputMode" : "adjustResize"
  750. }
  751. }
  752. },
  753. {
  754. "path" : "webview",
  755. "style" : {
  756. "navigationBarTitleText" : "授权登录",
  757. "scrollIndicator" : "none",
  758. "app-plus" : {
  759. "bounce" : "none",
  760. "softinputMode" : "adjustResize"
  761. }
  762. }
  763. },
  764. {
  765. "path" : "learn",
  766. "style" : {
  767. "navigationBarTitleText" : "",
  768. "scrollIndicator" : "none",
  769. "app-plus" : {
  770. "bounce" : "none"
  771. }
  772. }
  773. },
  774. {
  775. "path" : "teacherClassroom",
  776. "style" : {
  777. "navigationBarTitleText" : "健康大讲堂",
  778. "scrollIndicator" : "none",
  779. "app-plus" : {
  780. "bounce" : "none"
  781. }
  782. }
  783. },
  784. {
  785. "path" : "course",
  786. "style" : {
  787. "navigationBarTitleText" : "",
  788. "scrollIndicator" : "none",
  789. "app-plus" : {
  790. "bounce" : "none"
  791. }
  792. }
  793. },
  794. {
  795. "path" : "register",
  796. "style" : {
  797. "navigationBarTitleText" : "",
  798. "navigationStyle" : "custom",
  799. "scrollIndicator" : "none",
  800. "app-plus" : {
  801. "bounce" : "none"
  802. }
  803. }
  804. }
  805. ]
  806. }
  807. ],
  808. "globalStyle" : {
  809. "navigationBarTextStyle" : "black",
  810. "navigationBarTitleText" : "丝路佳选",
  811. "navigationBarBackgroundColor" : "#FFFFFF",
  812. "backgroundColor" : "#FFFFFF"
  813. },
  814. "tabBar" : {
  815. "color" : "#666666",
  816. "selectedColor" : "#2BC7B9",
  817. "borderStyle" : "white",
  818. "backgroundColor" : "#ffffff",
  819. "height" : "64px",
  820. "fontSize" : "12px",
  821. "iconWidth" : "18px",
  822. "spacing" : "4px",
  823. "list" : [
  824. {
  825. "pagePath" : "pages/home/index",
  826. "iconPath" : "/static/images/home.png",
  827. "selectedIconPath" : "/static/images/home_sel.png",
  828. "text" : "首页"
  829. },
  830. // {
  831. // "pagePath": "pages/home/companyInfo",
  832. // "iconPath": "/static/images/health.png",
  833. // "selectedIconPath": "/static/images/health_sel.png",
  834. // "text": "企业理念"
  835. // },
  836. {
  837. "pagePath" : "pages/shopping/cart",
  838. "iconPath" : "/static/images/cart.png",
  839. "selectedIconPath" : "/static/images/cart_sel.png",
  840. "text" : "购物车"
  841. },
  842. // {
  843. // "pagePath": "pages/doctor/index",
  844. // "iconPath": "/static/images/see_doctor.png",
  845. // "selectedIconPath": "/static/images/see_doctor_sel.png",
  846. // "text": "问诊"
  847. // },
  848. {
  849. "pagePath" : "pages/shopping/index",
  850. "iconPath" : "/static/images/shop_mall.png",
  851. "selectedIconPath" : "/static/images/shop_mall_sel.png",
  852. "text" : "健康商城"
  853. },
  854. {
  855. "pagePath" : "pages/user/index",
  856. "iconPath" : "/static/images/my.png",
  857. "selectedIconPath" : "/static/images/my_sel.png",
  858. "text" : "会员中心"
  859. }
  860. ]
  861. }
  862. }