pages.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996
  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/applic/tohelpActi",
  378. "style": {
  379. // #ifndef MP
  380. "app-plus": {
  381. "titleNView": false
  382. },
  383. // #endif
  384. "navigationBarBackgroundColor": "#457DBF",
  385. "navigationBarTextStyle": "white",
  386. "navigationBarTitleText": "人道救助"
  387. }
  388. },
  389. {
  390. "path": "pages/applic/toOrgan",
  391. "style": {
  392. // #ifndef MP
  393. "app-plus": {
  394. "titleNView": false
  395. },
  396. // #endif
  397. "navigationBarBackgroundColor": "#457DBF",
  398. "navigationBarTextStyle": "white",
  399. "navigationBarTitleText": "器官捐献"
  400. }
  401. },
  402. {
  403. "path": "pages/applic/appliSystem",
  404. "style": {
  405. // #ifndef MP
  406. "app-plus": {
  407. "titleNView": false
  408. },
  409. // #endif
  410. "navigationBarBackgroundColor": "#457DBF",
  411. "navigationBarTextStyle": "white",
  412. "navigationBarTitleText": "造血干细胞捐献"
  413. }
  414. },
  415. {
  416. "path": "pages/applic/toknowledge",
  417. "style": {
  418. // #ifndef MP
  419. "app-plus": {
  420. "titleNView": false
  421. },
  422. // #endif
  423. "navigationBarBackgroundColor": "#457DBF",
  424. "navigationBarTextStyle": "white",
  425. "navigationBarTitleText": "造血干细胞-相关知识"
  426. }
  427. },
  428. {
  429. "path": "pages/applic/applic",
  430. "style": {
  431. // #ifndef MP
  432. "app-plus": {
  433. "titleNView": false
  434. },
  435. // #endif
  436. "navigationBarBackgroundColor": "#457DBF",
  437. "navigationBarTextStyle": "white",
  438. "navigationBarTitleText": "造血干细胞捐献"
  439. }
  440. },
  441. {
  442. "path": "pages/applic/contribution",
  443. "style": {
  444. // #ifndef MP
  445. "app-plus": {
  446. "titleNView": false
  447. },
  448. // #endif
  449. "navigationBarBackgroundColor": "#457DBF",
  450. "navigationBarTextStyle": "white",
  451. "navigationBarTitleText": "爱心捐款"
  452. }
  453. },
  454. {
  455. "path": "pages/applic/register",
  456. "style": {
  457. // #ifndef MP
  458. "app-plus": {
  459. "titleNView": false
  460. },
  461. // #endif
  462. "navigationBarBackgroundColor": "#457DBF",
  463. "navigationBarTextStyle": "white",
  464. "navigationBarTitleText": "身份注册"
  465. }
  466. },
  467. {
  468. "path": "pages/applic/science",
  469. "style": {
  470. // #ifndef MP
  471. "app-plus": {
  472. "titleNView": false
  473. },
  474. // #endif
  475. "navigationBarBackgroundColor": "#457DBF",
  476. "navigationBarTextStyle": "white",
  477. "navigationBarTitleText": "红会科普"
  478. }
  479. },
  480. {
  481. "path": "pages/applic/cause",
  482. "style": {
  483. "navigationBarBackgroundColor": "#fff",
  484. "navigationBarTextStyle": "black",
  485. "navigationBarTitleText": "红会事业"
  486. }
  487. },
  488. {
  489. "path": "pages/category/category",
  490. "style": {
  491. // #ifndef MP
  492. "app-plus": {
  493. "titleNView": false
  494. },
  495. // #endif
  496. "navigationBarTitleText": "救护员登记"
  497. }
  498. },
  499. {
  500. "path": "pages/joinSuc/joinNow",
  501. "style": {
  502. "navigationBarTitleText": "报名成功"
  503. }
  504. },
  505. {
  506. "path": "pages/user/user",
  507. "style": {
  508. // #ifndef MP
  509. "app-plus": {
  510. "titleNView": false
  511. },
  512. // #endif
  513. "navigationBarTitleText": "我的"
  514. }
  515. },
  516. {
  517. "path": "pages/user/jkjl",
  518. "style": {
  519. // #ifndef MP
  520. "app-plus": {
  521. "titleNView": false
  522. },
  523. // #endif
  524. "navigationBarTitleText": "捐款记录"
  525. }
  526. },
  527. {
  528. "path": "pages/user/jkjl",
  529. "style": {
  530. // #ifndef MP
  531. "app-plus": {
  532. "titleNView": false
  533. },
  534. // #endif
  535. "navigationBarTitleText": "捐款记录"
  536. }
  537. },
  538. {
  539. "path": "pages/user/userSet",
  540. "style": {
  541. // #ifndef MP
  542. "app-plus": {
  543. "titleNView": false
  544. },
  545. // #endif
  546. "navigationBarTitleText": "用户设置"
  547. }
  548. },
  549. {
  550. "path": "pages/category/search",
  551. "style": {
  552. // #ifndef MP
  553. "app-plus": {
  554. "titleNView": false
  555. },
  556. // #endif
  557. "navigationBarTitleText": "搜索"
  558. }
  559. },
  560. {
  561. "path": "pages/applic/applic",
  562. "style": {
  563. // #ifndef MP
  564. "app-plus": {
  565. "titleNView": false
  566. },
  567. // #endif
  568. "navigationBarBackgroundColor": "#457DBF",
  569. "navigationBarTextStyle": "white",
  570. "navigationBarTitleText": "造血干细胞捐献"
  571. }
  572. },
  573. {
  574. "path": "pages/applic/contribution",
  575. "style": {
  576. // #ifndef MP
  577. "app-plus": {
  578. "titleNView": false
  579. },
  580. // #endif
  581. "navigationBarBackgroundColor": "#457DBF",
  582. "navigationBarTextStyle": "white",
  583. "navigationBarTitleText": "爱心捐赠"
  584. }
  585. },
  586. {
  587. "path": "pages/applic/register",
  588. "style": {
  589. // #ifndef MP
  590. "app-plus": {
  591. "titleNView": false
  592. },
  593. // #endif
  594. "navigationBarBackgroundColor": "#457DBF",
  595. "navigationBarTextStyle": "white",
  596. "navigationBarTitleText": "身份注册"
  597. }
  598. },
  599. {
  600. "path": "pages/applic/science",
  601. "style": {
  602. // #ifndef MP
  603. "app-plus": {
  604. "titleNView": false
  605. },
  606. // #endif
  607. "navigationBarBackgroundColor": "#457DBF",
  608. "navigationBarTextStyle": "white",
  609. "navigationBarTitleText": "红会科普"
  610. }
  611. },
  612. {
  613. "path": "pages/applic/rescuerecords",
  614. "style": {
  615. // #ifndef MP
  616. "app-plus": {
  617. "titleNView": false
  618. },
  619. // #endif
  620. "navigationBarBackgroundColor": "#457DBF",
  621. "navigationBarTextStyle": "white",
  622. "navigationBarTitleText": "救援记录"
  623. }
  624. },
  625. // commonaddress
  626. {
  627. "path": "pages/applic/commonaddress",
  628. "style": {
  629. // #ifndef MP
  630. "app-plus": {
  631. "titleNView": false
  632. },
  633. // #endif
  634. "navigationBarBackgroundColor": "#457DBF",
  635. "navigationBarTextStyle": "white",
  636. "navigationBarTitleText": "常用地址"
  637. }
  638. },
  639. {
  640. "path": "pages/applic/helprecords",
  641. "style": {
  642. // #ifndef MP
  643. "app-plus": {
  644. "titleNView": false
  645. },
  646. // #endif
  647. "navigationBarBackgroundColor": "#457DBF",
  648. "navigationBarTextStyle": "white",
  649. "navigationBarTitleText": "求救记录"
  650. }
  651. },
  652. {
  653. "path": "pages/applic/info",
  654. "style": {
  655. // #ifndef MP
  656. "app-plus": {
  657. "titleNView": false
  658. },
  659. // #endif
  660. "navigationBarBackgroundColor": "#457DBF",
  661. "navigationBarTextStyle": "white",
  662. "navigationBarTitleText": "详情"
  663. }
  664. },
  665. {
  666. "path": "pages/login/login",
  667. "style": {
  668. "app-plus": {
  669. "titleNView": false
  670. }
  671. }
  672. },
  673. {
  674. "path": "pages/redirect/redirect",
  675. "style": {
  676. "navigationBarTitleText": "微信登录跳转页面",
  677. "app-plus": {
  678. "titleNView": false
  679. }
  680. }
  681. },
  682. {
  683. "path": "pages/login/register",
  684. "style": {
  685. "navigationBarTitleText": "注册",
  686. "app-plus": {
  687. "titleNView": {
  688. "type": "transparent"
  689. }
  690. }
  691. }
  692. },
  693. {
  694. "path": "pages/train/index",
  695. "style": {
  696. "navigationBarTitleText": "培训报名",
  697. "app-plus": {
  698. "titleNView": {
  699. "type": "transparent"
  700. }
  701. }
  702. }
  703. },
  704. {
  705. "path": "pages/train/sign",
  706. "style": {
  707. "navigationBarTitleText": "报名",
  708. "app-plus": {
  709. "titleNView": {
  710. "type": "transparent"
  711. }
  712. }
  713. }
  714. },
  715. {
  716. "path": "pages/public/wxLogin",
  717. "style": {
  718. "navigationBarTitleText": "微信登录",
  719. "app-plus": {
  720. "titleNView": {
  721. "type": "transparent"
  722. }
  723. }
  724. }
  725. },
  726. {
  727. "path": "pages/applic/love",
  728. "style": {
  729. // #ifndef MP
  730. "app-plus": {
  731. "titleNView": false
  732. },
  733. // #endif
  734. "navigationBarTitleText": "爱心捐款"
  735. }
  736. },
  737. {
  738. "path": "pages/applic/item",
  739. "style": {
  740. // #ifndef MP
  741. "app-plus": {
  742. "titleNView": false
  743. },
  744. // #endif
  745. "navigationBarTitleText": "博爱项目"
  746. }
  747. },
  748. {
  749. "path": "pages/applic/other",
  750. "style": {
  751. // #ifndef MP
  752. "app-plus": {
  753. "titleNView": false
  754. },
  755. // #endif
  756. "navigationBarTitleText": "爱心捐款"
  757. }
  758. },
  759. {
  760. "path": "pages/donate/donate",
  761. "style": {
  762. // #ifndef MP
  763. "app-plus": {
  764. "titleNView": false
  765. },
  766. // #endif
  767. "navigationBarTitleText": "项目捐赠"
  768. }
  769. },
  770. {
  771. "path": "pages/donate/donateDetail",
  772. "style": {
  773. // #ifndef MP
  774. "app-plus": {
  775. "titleNView": false
  776. },
  777. // #endif
  778. "navigationBarTitleText": "捐赠详情"
  779. }
  780. },
  781. {
  782. "path": "pages/donate/progress",
  783. "style": {
  784. // #ifndef MP
  785. "app-plus": {
  786. "titleNView": false
  787. },
  788. // #endif
  789. "navigationBarTitleText": "详情进展"
  790. }
  791. },
  792. {
  793. "path": "pages/donate/idonate",
  794. "style": {
  795. // #ifndef MP
  796. "app-plus": {
  797. "titleNView": false
  798. },
  799. // #endif
  800. "navigationBarTitleText": "我要捐赠"
  801. }
  802. },
  803. {
  804. "path": "pages/user/myaid",
  805. "style": {
  806. // #ifndef MP
  807. "app-plus": {
  808. "titleNView": false
  809. },
  810. // #endif
  811. "navigationBarTitleText": "我的捐赠"
  812. }
  813. },
  814. {
  815. "path": "pages/user/intent",
  816. "style": {
  817. // #ifndef MP
  818. "app-plus": {
  819. "titleNView": false
  820. },
  821. // #endif
  822. "navigationBarTitleText": "捐赠意向书"
  823. }
  824. },
  825. {
  826. "path": "pages/user/thank",
  827. "style": {
  828. // #ifndef MP
  829. "app-plus": {
  830. "titleNView": false
  831. },
  832. // #endif
  833. "navigationBarTitleText": "捐赠证书"
  834. }
  835. },
  836. {
  837. "path": "pages/donate/progresst",
  838. "style": {
  839. // #ifndef MP
  840. "app-plus": {
  841. "titleNView": false
  842. },
  843. // #endif
  844. "navigationBarTitleText": "详情进展"
  845. }
  846. },
  847. {
  848. "path": "pages/share/card",
  849. "style": {
  850. "navigationBarTitleText": "电子名片",
  851. "navigationStyle": "custom"
  852. }
  853. },
  854. {
  855. "path": "pages/applyHelp/cation",
  856. "style": {
  857. "navigationBarTitleText": "申请帮扶",
  858. "navigationStyle": "custom"
  859. }
  860. },
  861. {
  862. "path": "pages/applyHelp/index",
  863. "style": {
  864. "navigationBarTitleText": "申请帮扶",
  865. "navigationStyle": "custom"
  866. }
  867. },
  868. {
  869. "path": "pages/fu/getPoints",
  870. "style": {
  871. "navigationBarTitleText": "如何获取积分",
  872. "navigationBarBackgroundColor": "#FF727E",
  873. "navigationBarTextStyle": "white"
  874. }
  875. },
  876. {
  877. "path": "pages/fu/helpInfo",
  878. "style": {
  879. "navigationBarTitleText": "帮扶公示",
  880. "navigationBarBackgroundColor": "#FF727E",
  881. "navigationBarTextStyle": "white"
  882. }
  883. },
  884. {
  885. "path": "pages/fu/helpDetail", // 公示
  886. "style": {
  887. "navigationBarTitleText": "帮扶详情",
  888. "navigationBarBackgroundColor": "#FF727E",
  889. "navigationBarTextStyle": "white"
  890. }
  891. },
  892. {
  893. "path": "pages/fu/fuInfo",
  894. "style": {
  895. "navigationBarTitleText": "帮扶详情",
  896. "navigationBarBackgroundColor": "#FF727E",
  897. "navigationBarTextStyle":"white"
  898. }
  899. },
  900. {
  901. "path": "pages/fu/axjz",
  902. "style": {
  903. "navigationBarTitleText": "爱心帮扶",
  904. "navigationBarBackgroundColor": "#FF727E",
  905. "navigationBarTextStyle":"white"
  906. // "app-plus": {
  907. // "titleNView": {
  908. // "buttons": [ {
  909. // "color": "#FFFFFF",
  910. // "fontSize": "16px",
  911. // "colorPressed": "#fc5c82",
  912. // "float": "right",
  913. // "text": "筛选 "
  914. // }]
  915. // }
  916. // }
  917. }
  918. },
  919. {
  920. "path": "pages/fu/upLoadInfo",
  921. "style": {
  922. "navigationBarTitleText": "上传资料"
  923. }
  924. },
  925. {
  926. "path": "pages/user/myFu",
  927. "style": {
  928. "navigationBarTitleText": "我的帮扶",
  929. "navigationBarBackgroundColor": "#FF727E",
  930. "navigationBarTextStyle":"white"
  931. }
  932. }
  933. ],
  934. "globalStyle": {
  935. "navigationBarTextStyle": "black",
  936. "navigationBarTitleText": "孝感市红十字会",
  937. "navigationBarBackgroundColor": "#FFFFFF",
  938. "backgroundColor": "#F8F8F8"
  939. },
  940. "tabBar": {
  941. "color": "#CACACA",
  942. "selectedColor": "#FA7E67",
  943. "borderStyle": "black",
  944. "iconWidth": "42rpx",
  945. "backgroundColor": "#ffffff",
  946. "list": [{
  947. "pagePath": "pages/index/index",
  948. "iconPath": "./static/tabBar/home.png",
  949. "selectedIconPath": "static/tabBar/home-action.png",
  950. "text": "首页"
  951. // "visible":false
  952. },
  953. {
  954. "pagePath": "pages/fu/axjz",
  955. "iconPath": "static/tabBar/tab-fu.png",
  956. "selectedIconPath": "static/tabBar/tab-fu-current.png",
  957. "text": "爱心帮扶"
  958. },
  959. {
  960. "pagePath": "pages/category/category",
  961. "iconPath": "static/tabBar/dengji.png",
  962. "selectedIconPath": "static/tabBar/dengji-action.png",
  963. "text": "救在身边"
  964. // "visible":false
  965. },
  966. {
  967. "pagePath": "pages/cart/cart",
  968. "iconPath": "static/tabBar/zuce.png",
  969. "selectedIconPath": "static/tabBar/zuce-action.png",
  970. "text": "会员报名"
  971. },
  972. {
  973. "pagePath": "pages/user/user",
  974. "iconPath": "static/tabBar/user.png",
  975. "selectedIconPath": "static/tabBar/user-action.png",
  976. "text": "我的"
  977. }
  978. ]
  979. }
  980. }