pages.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937
  1. {
  2. "easycom": {
  3. // 下载安装的方式需要前面的"@/",npm安装的方式无需"@/"
  4. // 下载安装方式
  5. // "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  6. // npm安装方式
  7. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  8. },
  9. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. // #ifndef MP
  14. "app-plus": {
  15. "titleNView": false
  16. },
  17. // #endif
  18. "navigationBarTitleText": "东宝区红十字会"
  19. }
  20. },
  21. {
  22. // "path": "pages/cart/cart1",
  23. "path":"pages/cart/cat1",
  24. "style": {
  25. // #ifndef MP
  26. "app-plus": {
  27. "titleNView": "会员报名"
  28. },
  29. // #endif
  30. "navigationBarTitleText": "会员报名"
  31. }
  32. },
  33. {
  34. "path": "pages/applic/know",
  35. "style": {
  36. // #ifndef MP
  37. "app-plus": {
  38. "titleNView": false
  39. },
  40. // #endif
  41. "navigationBarBackgroundColor": "#457DBF",
  42. "navigationBarTextStyle": "white",
  43. "navigationBarTitleText": "捐献造血干细胞"
  44. }
  45. },
  46. {
  47. "path": "pages/form/donaSuccess",
  48. "style": {
  49. // #ifndef MP
  50. "app-plus": {
  51. "titleNView": false
  52. },
  53. // #endif
  54. "navigationBarBackgroundColor": "#457DBF",
  55. "navigationBarTextStyle": "white",
  56. "navigationBarTitleText": "感谢信"
  57. }
  58. },
  59. {
  60. "path": "pages/applic/aid",
  61. "style": {
  62. // #ifndef MP
  63. "app-plus": {
  64. "titleNView": false
  65. },
  66. // #endif
  67. "navigationBarBackgroundColor": "#457DBF",
  68. "navigationBarTextStyle": "white",
  69. "navigationBarTitleText": "救护站"
  70. }
  71. },
  72. {
  73. "path": "pages/applic/aed",
  74. "style": {
  75. // #ifndef MP
  76. "app-plus": {
  77. "titleNView": false
  78. },
  79. // #endif
  80. "navigationBarBackgroundColor": "#457DBF",
  81. "navigationBarTextStyle": "white",
  82. "navigationBarTitleText": "智能AED"
  83. }
  84. },
  85. {
  86. "path": "pages/applic/donaSuccess",
  87. "style": {
  88. // #ifndef MP
  89. "app-plus": {
  90. "titleNView": false
  91. },
  92. // #endif
  93. "navigationBarBackgroundColor": "#457DBF",
  94. "navigationBarTextStyle": "white",
  95. "navigationBarTitleText": "捐赠成功"
  96. }
  97. },
  98. {
  99. "path": "pages/form/certificates",
  100. "style": {
  101. // #ifndef MP
  102. "app-plus": {
  103. "titleNView": false
  104. },
  105. // #endif
  106. "navigationBarBackgroundColor": "#457DBF",
  107. "navigationBarTextStyle": "white",
  108. "navigationBarTitleText": "结业证书"
  109. }
  110. },
  111. {
  112. "path": "pages/form/certificatesList",
  113. "style": {
  114. // #ifndef MP
  115. "app-plus": {
  116. "titleNView": false
  117. },
  118. // #endif
  119. "navigationBarBackgroundColor": "#457DBF",
  120. "navigationBarTextStyle": "white",
  121. "navigationBarTitleText": "结业证书"
  122. }
  123. },
  124. {
  125. "path": "pages/form/tovolApplyDemo",
  126. "style": {
  127. // #ifndef MP
  128. "app-plus": {
  129. "titleNView": false
  130. },
  131. // #endif
  132. "navigationBarBackgroundColor": "#457DBF",
  133. "navigationBarTextStyle": "white",
  134. "navigationBarTitleText": "志愿者登记"
  135. }
  136. },
  137. {
  138. "path": "pages/form/myDonate",
  139. "style": {
  140. // #ifndef MP
  141. "app-plus": {
  142. "titleNView": false
  143. },
  144. // #endif
  145. "navigationBarBackgroundColor": "#457DBF",
  146. "navigationBarTextStyle": "white",
  147. "navigationBarTitleText": "我的爱心捐款"
  148. }
  149. },
  150. {
  151. "path": "pages/applic/teamSign",
  152. "style": {
  153. // #ifndef MP
  154. "app-plus": {
  155. "titleNView": "团队报名"
  156. },
  157. // #endif
  158. "navigationBarBackgroundColor": "white",
  159. "navigationBarTextStyle": "black",
  160. "navigationBarTitleText": "团队报名"
  161. }
  162. },
  163. {
  164. "path": "pages/applic/perSign",
  165. "style": {
  166. // #ifndef MP
  167. "app-plus": {
  168. "titleNView": "个人报名"
  169. },
  170. // #endif
  171. "navigationBarBackgroundColor": "white",
  172. "navigationBarTextStyle": "black",
  173. "navigationBarTitleText": "个人报名"
  174. }
  175. },
  176. {
  177. "path": "pages/applic/location",
  178. "style": {
  179. // #ifndef MP
  180. "app-plus": {
  181. "titleNView": false
  182. },
  183. // #endif
  184. "navigationBarBackgroundColor": "#457DBF",
  185. "navigationBarTextStyle": "white",
  186. "navigationBarTitleText": "定位"
  187. }
  188. },
  189. {
  190. "path": "pages/applic/applicList",
  191. "style": {
  192. // #ifndef MP
  193. "app-plus": {
  194. "titleNView": false
  195. },
  196. // #endif
  197. "navigationBarTitleText": "我要报名"
  198. }
  199. },
  200. {
  201. "path": "pages/form/tovolApply",
  202. "style": {
  203. // #ifndef MP
  204. "app-plus": {
  205. "titleNView": "红十字志愿者"
  206. },
  207. // #endif
  208. "navigationBarBackgroundColor": "red",
  209. "navigationBarTextStyle": "white",
  210. "navigationBarTitleText": "志愿者登记"
  211. }
  212. },
  213. {
  214. "path": "pages/form/demo",
  215. "style": {
  216. // #ifndef MP
  217. "app-plus": {
  218. "titleNView": false
  219. },
  220. // #endif
  221. "navigationBarBackgroundColor": "#457DBF",
  222. "navigationBarTextStyle": "white",
  223. "navigationBarTitleText": "画布demo"
  224. }
  225. },
  226. {
  227. "path": "pages/form/applicationForm",
  228. "style": {
  229. // #ifndef MP
  230. "app-plus": {
  231. "titleNView":"申请登记表"
  232. },
  233. // #endif
  234. "navigationBarBackgroundColor": "red",
  235. "navigationBarTextStyle": "white",
  236. "navigationBarTitleText": "申请登记表"
  237. }
  238. },
  239. {
  240. "path": "pages/cart/cart",
  241. "style": {
  242. // #ifndef MP
  243. "app-plus": {
  244. "titleNView": "培训报名"
  245. },
  246. // #endif
  247. "navigationBarTitleText": "培训报名"
  248. }
  249. },
  250. {
  251. "path": "pages/cart/personal",
  252. "style": {
  253. // #ifndef MP
  254. "app-plus": {
  255. "titleNView": false
  256. },
  257. // #endif
  258. "navigationBarTitleText": "个人会员报名"
  259. }
  260. },
  261. {
  262. "path": "pages/cart/group",
  263. "style": {
  264. // #ifndef MP
  265. "app-plus": {
  266. "titleNView": "团队会员报名"
  267. },
  268. // #endif
  269. "navigationBarTitleText": "团体会员报名"
  270. }
  271. },
  272. {
  273. "path": "pages/applic/chooseAddress",
  274. "style": {
  275. // #ifndef MP
  276. "app-plus": {
  277. "titleNView": false
  278. },
  279. // #endif
  280. "navigationBarTitleText": "常用地址"
  281. }
  282. },
  283. {
  284. "path": "pages/loverecord/loverecord",
  285. "style": {
  286. // #ifndef MP
  287. "app-plus": {
  288. "titleNView": false
  289. },
  290. // #endif
  291. "navigationBarBackgroundColor": "#457DBF",
  292. "navigationBarTextStyle": "white",
  293. "navigationBarTitleText": "爱心记录"
  294. }
  295. },
  296. {
  297. "path": "pages/joinSuc/joinSuc",
  298. "style": {
  299. // #ifndef MP
  300. "app-plus": {
  301. "titleNView": false
  302. },
  303. // #endif
  304. "navigationBarBackgroundColor": "#457DBF",
  305. "navigationBarTextStyle": "white",
  306. "navigationBarTitleText": "报名成功"
  307. }
  308. },
  309. {
  310. "path": "pages/joinSuc/joinsuccess",
  311. "style": {
  312. // #ifndef MP
  313. "app-plus": {
  314. "titleNView": false
  315. },
  316. // #endif
  317. "navigationBarBackgroundColor": "#457DBF",
  318. "navigationBarTextStyle": "white",
  319. "navigationBarTitleText": "报名成功"
  320. }
  321. },
  322. {
  323. "path": "pages/joinSuc/joinNow",
  324. "style": {
  325. // #ifndef MP
  326. "app-plus": {
  327. "titleNView": false
  328. },
  329. // #endif
  330. "navigationBarBackgroundColor": "#457DBF",
  331. "navigationBarTextStyle": "white",
  332. "navigationBarTitleText": "报名成功"
  333. }
  334. },
  335. {
  336. "path": "pages/applic/tohelpActi",
  337. "style": {
  338. // #ifndef MP
  339. "app-plus": {
  340. "titleNView": false
  341. },
  342. // #endif
  343. "navigationBarBackgroundColor": "#457DBF",
  344. "navigationBarTextStyle": "white",
  345. "navigationBarTitleText": "人道救助"
  346. }
  347. },
  348. {
  349. "path": "pages/applic/toOrgan",
  350. "style": {
  351. // #ifndef MP
  352. "app-plus": {
  353. "titleNView": false
  354. },
  355. // #endif
  356. "navigationBarBackgroundColor": "#457DBF",
  357. "navigationBarTextStyle": "white",
  358. "navigationBarTitleText": "器官捐献"
  359. }
  360. },
  361. {
  362. "path": "pages/applic/appliSystem",
  363. "style": {
  364. // #ifndef MP
  365. "app-plus": {
  366. "titleNView": false
  367. },
  368. // #endif
  369. "navigationBarBackgroundColor": "#457DBF",
  370. "navigationBarTextStyle": "white",
  371. "navigationBarTitleText": "造血干细胞捐献"
  372. }
  373. },
  374. {
  375. "path": "pages/applic/toknowledge",
  376. "style": {
  377. // #ifndef MP
  378. "app-plus": {
  379. "titleNView": false
  380. },
  381. // #endif
  382. "navigationBarBackgroundColor": "#457DBF",
  383. "navigationBarTextStyle": "white",
  384. "navigationBarTitleText": "造血干细胞-相关知识"
  385. }
  386. },
  387. {
  388. "path": "pages/applic/applic",
  389. "style": {
  390. // #ifndef MP
  391. "app-plus": {
  392. "titleNView": false
  393. },
  394. // #endif
  395. "navigationBarBackgroundColor": "#457DBF",
  396. "navigationBarTextStyle": "white",
  397. "navigationBarTitleText": "造血干细胞捐献"
  398. }
  399. },
  400. {
  401. "path": "pages/applic/contribution",
  402. "style": {
  403. // #ifndef MP
  404. "app-plus": {
  405. "titleNView": false
  406. },
  407. // #endif
  408. "navigationBarBackgroundColor": "#457DBF",
  409. "navigationBarTextStyle": "white",
  410. "navigationBarTitleText": "爱心捐款"
  411. }
  412. },
  413. {
  414. "path": "pages/applic/register",
  415. "style": {
  416. // #ifndef MP
  417. "app-plus": {
  418. "titleNView": false
  419. },
  420. // #endif
  421. "navigationBarBackgroundColor": "#457DBF",
  422. "navigationBarTextStyle": "white",
  423. "navigationBarTitleText": "身份注册"
  424. }
  425. },
  426. {
  427. "path": "pages/applic/science",
  428. "style": {
  429. // #ifndef MP
  430. "app-plus": {
  431. "titleNView": false
  432. },
  433. // #endif
  434. "navigationBarBackgroundColor": "#457DBF",
  435. "navigationBarTextStyle": "white",
  436. "navigationBarTitleText": "红会科普"
  437. }
  438. },
  439. {
  440. "path": "pages/applic/cause",
  441. "style": {
  442. "navigationBarBackgroundColor": "#fff",
  443. "navigationBarTextStyle": "black",
  444. "navigationBarTitleText": "红会事业"
  445. }
  446. },
  447. {
  448. "path": "pages/category/category",
  449. "style": {
  450. // #ifndef MP
  451. "app-plus": {
  452. "titleNView": false
  453. },
  454. // #endif
  455. "navigationBarTitleText": "救护员登记"
  456. }
  457. },
  458. {
  459. "path": "pages/joinSuc/joinNow",
  460. "style": {
  461. "navigationBarTitleText": "报名成功"
  462. }
  463. },
  464. {
  465. "path": "pages/user/user",
  466. "style": {
  467. // #ifndef MP
  468. "app-plus": {
  469. "titleNView": false
  470. },
  471. // #endif
  472. "navigationBarTitleText": "我的"
  473. }
  474. },
  475. {
  476. "path": "pages/user/jkjl",
  477. "style": {
  478. // #ifndef MP
  479. "app-plus": {
  480. "titleNView": false
  481. },
  482. // #endif
  483. "navigationBarTitleText": "捐款记录"
  484. }
  485. },
  486. {
  487. "path": "pages/user/jkjl",
  488. "style": {
  489. // #ifndef MP
  490. "app-plus": {
  491. "titleNView": false
  492. },
  493. // #endif
  494. "navigationBarTitleText": "捐款记录"
  495. }
  496. },
  497. {
  498. "path": "pages/user/userSet",
  499. "style": {
  500. // #ifndef MP
  501. "app-plus": {
  502. "titleNView": false
  503. },
  504. // #endif
  505. "navigationBarTitleText": "用户设置"
  506. }
  507. },
  508. {
  509. "path": "pages/category/search",
  510. "style": {
  511. // #ifndef MP
  512. "app-plus": {
  513. "titleNView": false
  514. },
  515. // #endif
  516. "navigationBarTitleText": "搜索"
  517. }
  518. },
  519. {
  520. "path": "pages/applic/applic",
  521. "style": {
  522. // #ifndef MP
  523. "app-plus": {
  524. "titleNView": false
  525. },
  526. // #endif
  527. "navigationBarBackgroundColor": "#457DBF",
  528. "navigationBarTextStyle": "white",
  529. "navigationBarTitleText": "造血干细胞捐献"
  530. }
  531. },
  532. {
  533. "path": "pages/applic/contribution",
  534. "style": {
  535. // #ifndef MP
  536. "app-plus": {
  537. "titleNView": false
  538. },
  539. // #endif
  540. "navigationBarBackgroundColor": "#457DBF",
  541. "navigationBarTextStyle": "white",
  542. "navigationBarTitleText": "爱心捐赠"
  543. }
  544. },
  545. {
  546. "path": "pages/applic/register",
  547. "style": {
  548. // #ifndef MP
  549. "app-plus": {
  550. "titleNView": false
  551. },
  552. // #endif
  553. "navigationBarBackgroundColor": "#457DBF",
  554. "navigationBarTextStyle": "white",
  555. "navigationBarTitleText": "身份注册"
  556. }
  557. },
  558. {
  559. "path": "pages/applic/science",
  560. "style": {
  561. // #ifndef MP
  562. "app-plus": {
  563. "titleNView": false
  564. },
  565. // #endif
  566. "navigationBarBackgroundColor": "#457DBF",
  567. "navigationBarTextStyle": "white",
  568. "navigationBarTitleText": "红会科普"
  569. }
  570. },
  571. {
  572. "path": "pages/applic/rescuerecords",
  573. "style": {
  574. // #ifndef MP
  575. "app-plus": {
  576. "titleNView": false
  577. },
  578. // #endif
  579. "navigationBarBackgroundColor": "#457DBF",
  580. "navigationBarTextStyle": "white",
  581. "navigationBarTitleText": "救援记录"
  582. }
  583. },
  584. // commonaddress
  585. {
  586. "path": "pages/applic/commonaddress",
  587. "style": {
  588. // #ifndef MP
  589. "app-plus": {
  590. "titleNView": false
  591. },
  592. // #endif
  593. "navigationBarBackgroundColor": "#457DBF",
  594. "navigationBarTextStyle": "white",
  595. "navigationBarTitleText": "常用地址"
  596. }
  597. },
  598. {
  599. "path": "pages/applic/helprecords",
  600. "style": {
  601. // #ifndef MP
  602. "app-plus": {
  603. "titleNView": false
  604. },
  605. // #endif
  606. "navigationBarBackgroundColor": "#457DBF",
  607. "navigationBarTextStyle": "white",
  608. "navigationBarTitleText": "求救记录"
  609. }
  610. },
  611. {
  612. "path": "pages/applic/info",
  613. "style": {
  614. // #ifndef MP
  615. "app-plus": {
  616. "titleNView": false
  617. },
  618. // #endif
  619. "navigationBarBackgroundColor": "#457DBF",
  620. "navigationBarTextStyle": "white",
  621. "navigationBarTitleText": "详情"
  622. }
  623. },
  624. {
  625. "path": "pages/login/login",
  626. "style": {
  627. "app-plus": {
  628. "titleNView": false
  629. }
  630. }
  631. },
  632. {
  633. "path": "pages/redirect/redirect",
  634. "style": {
  635. "navigationBarTitleText": "微信登录跳转页面",
  636. "app-plus": {
  637. "titleNView": false
  638. }
  639. }
  640. },
  641. {
  642. "path": "pages/login/register",
  643. "style": {
  644. "navigationBarTitleText": "注册",
  645. "app-plus": {
  646. "titleNView": {
  647. "type": "transparent"
  648. }
  649. }
  650. }
  651. },
  652. {
  653. "path": "pages/train/index",
  654. "style": {
  655. "navigationBarTitleText": "培训报名",
  656. "app-plus": {
  657. "titleNView": {
  658. "type": "transparent"
  659. }
  660. }
  661. }
  662. },
  663. {
  664. "path": "pages/train/sign",
  665. "style": {
  666. "navigationBarTitleText": "报名",
  667. "app-plus": {
  668. "titleNView": {
  669. "type": "transparent"
  670. }
  671. }
  672. }
  673. },
  674. {
  675. "path": "pages/public/wxLogin",
  676. "style": {
  677. "navigationBarTitleText": "微信登录",
  678. "app-plus": {
  679. "titleNView": {
  680. "type": "transparent"
  681. }
  682. }
  683. }
  684. },
  685. {
  686. "path": "pages/applic/love",
  687. "style": {
  688. // #ifndef MP
  689. "app-plus": {
  690. "titleNView": false
  691. },
  692. // #endif
  693. "navigationBarTitleText": "爱心捐款"
  694. }
  695. },
  696. {
  697. "path": "pages/applic/item",
  698. "style": {
  699. // #ifndef MP
  700. "app-plus": {
  701. "titleNView": false
  702. },
  703. // #endif
  704. "navigationBarTitleText": "博爱项目"
  705. }
  706. },
  707. {
  708. "path": "pages/applic/other",
  709. "style": {
  710. // #ifndef MP
  711. "app-plus": {
  712. "titleNView": false
  713. },
  714. // #endif
  715. "navigationBarTitleText": "爱心捐款"
  716. }
  717. },
  718. {
  719. "path": "pages/donate/donate",
  720. "style": {
  721. // #ifndef MP
  722. "app-plus": {
  723. "titleNView": false
  724. },
  725. // #endif
  726. "navigationBarTitleText": "项目捐赠"
  727. }
  728. },
  729. {
  730. "path": "pages/donate/donateDetail",
  731. "style": {
  732. // #ifndef MP
  733. "app-plus": {
  734. "titleNView": false
  735. },
  736. // #endif
  737. "navigationBarTitleText": "捐赠详情"
  738. }
  739. },
  740. {
  741. "path": "pages/donate/progress",
  742. "style": {
  743. // #ifndef MP
  744. "app-plus": {
  745. "titleNView": false
  746. },
  747. // #endif
  748. "navigationBarTitleText": "详情进展"
  749. }
  750. },
  751. {
  752. "path": "pages/donate/idonate",
  753. "style": {
  754. // #ifndef MP
  755. "app-plus": {
  756. "titleNView": false
  757. },
  758. // #endif
  759. "navigationBarTitleText": "我要捐赠"
  760. }
  761. },
  762. {
  763. "path": "pages/user/myaid",
  764. "style": {
  765. // #ifndef MP
  766. "app-plus": {
  767. "titleNView": false
  768. },
  769. // #endif
  770. "navigationBarTitleText": "我的捐赠"
  771. }
  772. },
  773. {
  774. "path": "pages/user/intent",
  775. "style": {
  776. // #ifndef MP
  777. "app-plus": {
  778. "titleNView": false
  779. },
  780. // #endif
  781. "navigationBarTitleText": "捐赠意向书"
  782. }
  783. },
  784. {
  785. "path": "pages/user/thank",
  786. "style": {
  787. // #ifndef MP
  788. "app-plus": {
  789. "titleNView": false
  790. },
  791. // #endif
  792. "navigationBarTitleText": "捐赠证书"
  793. }
  794. },
  795. {
  796. "path": "pages/donate/progresst",
  797. "style": {
  798. // #ifndef MP
  799. "app-plus": {
  800. "titleNView": false
  801. },
  802. // #endif
  803. "navigationBarTitleText": "详情进展"
  804. }
  805. },
  806. {
  807. "path": "pages/share/card",
  808. "style": {
  809. "navigationBarTitleText": "电子名片",
  810. "navigationStyle": "custom"
  811. }
  812. },
  813. {
  814. "path": "pages/applyHelp/cation",
  815. "style": {
  816. "navigationBarTitleText": "申请帮扶",
  817. "navigationStyle": "custom"
  818. }
  819. },
  820. {
  821. "path": "pages/applyHelp/index",
  822. "style": {
  823. "navigationBarTitleText": "申请帮扶",
  824. "navigationStyle": "custom"
  825. }
  826. },
  827. {
  828. "path": "pages/fu/getPoints",
  829. "style": {
  830. "navigationBarTitleText": "如何获取积分",
  831. "navigationBarBackgroundColor": "#FF727E",
  832. "navigationBarTextStyle": "white"
  833. }
  834. },
  835. {
  836. "path": "pages/fu/helpInfo",
  837. "style": {
  838. "navigationBarTitleText": "帮扶公示",
  839. "navigationBarBackgroundColor": "#FF727E",
  840. "navigationBarTextStyle": "white"
  841. }
  842. },
  843. {
  844. "path": "pages/fu/helpDetail", // 公示
  845. "style": {
  846. "navigationBarTitleText": "帮扶详情",
  847. "navigationBarBackgroundColor": "#FF727E",
  848. "navigationBarTextStyle": "white"
  849. }
  850. },
  851. {
  852. "path": "pages/fu/fuInfo",
  853. "style": {
  854. "navigationBarTitleText": "帮扶详情",
  855. "navigationBarBackgroundColor": "#FF727E",
  856. "navigationBarTextStyle":"white"
  857. }
  858. },
  859. {
  860. "path": "pages/fu/axjz",
  861. "style": {
  862. "navigationBarTitleText": "爱心帮扶",
  863. "navigationBarBackgroundColor": "#FF727E",
  864. "navigationBarTextStyle":"white"
  865. }
  866. },
  867. {
  868. "path": "pages/fu/upLoadInfo",
  869. "style": {
  870. "navigationBarTitleText": "上传资料"
  871. }
  872. },
  873. {
  874. "path": "pages/user/myFu",
  875. "style": {
  876. "navigationBarTitleText": "我的帮扶",
  877. "navigationBarBackgroundColor": "#FF727E",
  878. "navigationBarTextStyle":"white"
  879. }
  880. }
  881. ],
  882. "globalStyle": {
  883. "navigationBarTextStyle": "black",
  884. "navigationBarTitleText": "东宝区红十字会",
  885. "navigationBarBackgroundColor": "#FFFFFF",
  886. "backgroundColor": "#F8F8F8"
  887. },
  888. "tabBar": {
  889. "color": "#CACACA",
  890. "selectedColor": "#FA7E67",
  891. "borderStyle": "black",
  892. "iconWidth": "42rpx",
  893. "backgroundColor": "#ffffff",
  894. "list": [{
  895. "pagePath": "pages/index/index",
  896. "iconPath": "./static/tabBar/home.png",
  897. "selectedIconPath": "static/tabBar/home-action.png",
  898. "text": "首页"
  899. },
  900. {
  901. "pagePath": "pages/train/index",
  902. "iconPath": "static/tabBar/dengji.png",
  903. "selectedIconPath": "static/tabBar/dengji-action.png",
  904. "text": "培训报名"
  905. },
  906. {
  907. "pagePath": "pages/cart/cat1",
  908. "iconPath": "static/tabBar/zuce.png",
  909. "selectedIconPath": "static/tabBar/zuce-action.png",
  910. "text": "会员报名"
  911. },
  912. {
  913. "pagePath": "pages/user/user",
  914. "iconPath": "static/tabBar/user.png",
  915. "selectedIconPath": "static/tabBar/user-action.png",
  916. "text": "我的"
  917. }
  918. ]
  919. }
  920. }