pages.json 20 KB

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