pages.json 20 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009
  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/donateLove",
  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/form/donateList",
  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. // donaSuccess
  73. {
  74. "path": "pages/form/donaSuccess",
  75. "style": {
  76. // #ifndef MP
  77. "app-plus": {
  78. "titleNView": false
  79. },
  80. // #endif
  81. "navigationBarBackgroundColor": "#457DBF",
  82. "navigationBarTextStyle": "white",
  83. "navigationBarTitleText": "感谢信"
  84. }
  85. },
  86. {
  87. "path": "pages/applic/aid",
  88. "style": {
  89. // #ifndef MP
  90. "app-plus": {
  91. "titleNView": false
  92. },
  93. // #endif
  94. "navigationBarBackgroundColor": "#457DBF",
  95. "navigationBarTextStyle": "white",
  96. "navigationBarTitleText": "救护站"
  97. }
  98. },
  99. {
  100. "path": "pages/applic/aed",
  101. "style": {
  102. // #ifndef MP
  103. "app-plus": {
  104. "titleNView": false
  105. },
  106. // #endif
  107. "navigationBarBackgroundColor": "#457DBF",
  108. "navigationBarTextStyle": "white",
  109. "navigationBarTitleText": "智能AED"
  110. }
  111. },
  112. {
  113. "path": "pages/applic/donaSuccess",
  114. "style": {
  115. // #ifndef MP
  116. "app-plus": {
  117. "titleNView": false
  118. },
  119. // #endif
  120. "navigationBarBackgroundColor": "#457DBF",
  121. "navigationBarTextStyle": "white",
  122. "navigationBarTitleText": "捐赠成功"
  123. }
  124. },
  125. {
  126. "path": "pages/form/certificates",
  127. "style": {
  128. // #ifndef MP
  129. "app-plus": {
  130. "titleNView": false
  131. },
  132. // #endif
  133. "navigationBarBackgroundColor": "#457DBF",
  134. "navigationBarTextStyle": "white",
  135. "navigationBarTitleText": "结业证书"
  136. }
  137. },
  138. {
  139. "path": "pages/form/certificatesList",
  140. "style": {
  141. // #ifndef MP
  142. "app-plus": {
  143. "titleNView": false
  144. },
  145. // #endif
  146. "navigationBarBackgroundColor": "#457DBF",
  147. "navigationBarTextStyle": "white",
  148. "navigationBarTitleText": "结业证书"
  149. }
  150. },
  151. // form/tovolApplyDemo
  152. {
  153. "path": "pages/form/tovolApplyDemo",
  154. "style": {
  155. // #ifndef MP
  156. "app-plus": {
  157. "titleNView": false
  158. },
  159. // #endif
  160. "navigationBarBackgroundColor": "#457DBF",
  161. "navigationBarTextStyle": "white",
  162. "navigationBarTitleText": "志愿者登记"
  163. }
  164. },
  165. {
  166. "path": "pages/form/myDonate",
  167. "style": {
  168. // #ifndef MP
  169. "app-plus": {
  170. "titleNView": false
  171. },
  172. // #endif
  173. "navigationBarBackgroundColor": "#457DBF",
  174. "navigationBarTextStyle": "white",
  175. "navigationBarTitleText": "孝感红十字会安心捐赠"
  176. }
  177. },
  178. // teamSign perSign donateLove donateList myDonate
  179. {
  180. "path": "pages/applic/teamSign",
  181. "style": {
  182. // #ifndef MP
  183. "app-plus": {
  184. "titleNView": "团队报名"
  185. },
  186. // #endif
  187. "navigationBarBackgroundColor": "white",
  188. "navigationBarTextStyle": "black",
  189. "navigationBarTitleText": "团队报名"
  190. }
  191. },
  192. {
  193. "path": "pages/applic/perSign",
  194. "style": {
  195. // #ifndef MP
  196. "app-plus": {
  197. "titleNView": "个人报名"
  198. },
  199. // #endif
  200. "navigationBarBackgroundColor": "white",
  201. "navigationBarTextStyle": "black",
  202. "navigationBarTitleText": "个人报名"
  203. }
  204. },
  205. {
  206. "path": "pages/applic/location",
  207. "style": {
  208. // #ifndef MP
  209. "app-plus": {
  210. "titleNView": false
  211. },
  212. // #endif
  213. "navigationBarBackgroundColor": "#457DBF",
  214. "navigationBarTextStyle": "white",
  215. "navigationBarTitleText": "定位"
  216. }
  217. },
  218. {
  219. "path": "pages/applic/tocontrilist",
  220. "style": {
  221. // #ifndef MP
  222. "app-plus": {
  223. "titleNView": false
  224. },
  225. // #endif
  226. "navigationBarTitleText": "孝感红十字会"
  227. }
  228. },
  229. {
  230. "path": "pages/applic/applicList",
  231. "style": {
  232. // #ifndef MP
  233. "app-plus": {
  234. "titleNView": false
  235. },
  236. // #endif
  237. "navigationBarTitleText": "我要报名"
  238. }
  239. },
  240. {
  241. "path": "pages/form/tovolApply",
  242. "style": {
  243. // #ifndef MP
  244. "app-plus": {
  245. "titleNView": "红十字志愿者"
  246. },
  247. // #endif
  248. "navigationBarBackgroundColor": "red",
  249. "navigationBarTextStyle": "white",
  250. "navigationBarTitleText": "志愿者登记"
  251. }
  252. },
  253. {
  254. "path": "pages/form/demo",
  255. "style": {
  256. // #ifndef MP
  257. "app-plus": {
  258. "titleNView": false
  259. },
  260. // #endif
  261. "navigationBarBackgroundColor": "#457DBF",
  262. "navigationBarTextStyle": "white",
  263. "navigationBarTitleText": "画布demo"
  264. }
  265. },
  266. // {
  267. // "path": "pages/donate/donate",
  268. // "style": {
  269. // // #ifndef MP
  270. // "app-plus": {
  271. // "titleNView": false
  272. // },
  273. // // #endif
  274. // "navigationBarBackgroundColor": "#457DBF",
  275. // "navigationBarTextStyle": "white",
  276. // "navigationBarTitleText": "我要捐款"
  277. // }
  278. // },
  279. {
  280. "path": "pages/form/applicationForm",
  281. "style": {
  282. // #ifndef MP
  283. "app-plus": {
  284. "titleNView":"申请登记表"
  285. },
  286. // #endif
  287. "navigationBarBackgroundColor": "red",
  288. "navigationBarTextStyle": "white",
  289. "navigationBarTitleText": "申请登记表"
  290. }
  291. },
  292. {
  293. "path": "pages/cart/cart",
  294. "style": {
  295. // #ifndef MP
  296. "app-plus": {
  297. "titleNView": "培训报名"
  298. },
  299. // #endif
  300. "navigationBarTitleText": "培训报名"
  301. }
  302. },
  303. {
  304. "path": "pages/cart/personal",
  305. "style": {
  306. // #ifndef MP
  307. "app-plus": {
  308. "titleNView": false
  309. },
  310. // #endif
  311. "navigationBarTitleText": "个人会员报名"
  312. }
  313. },
  314. {
  315. "path": "pages/cart/group",
  316. "style": {
  317. // #ifndef MP
  318. "app-plus": {
  319. "titleNView": "团队会员报名"
  320. },
  321. // #endif
  322. "navigationBarTitleText": "团体会员报名"
  323. }
  324. },
  325. {
  326. "path": "pages/applic/chooseAddress",
  327. "style": {
  328. // #ifndef MP
  329. "app-plus": {
  330. "titleNView": false
  331. },
  332. // #endif
  333. "navigationBarTitleText": "常用地址"
  334. }
  335. },
  336. {
  337. "path": "pages/loverecord/loverecord",
  338. "style": {
  339. // #ifndef MP
  340. "app-plus": {
  341. "titleNView": false
  342. },
  343. // #endif
  344. "navigationBarBackgroundColor": "#457DBF",
  345. "navigationBarTextStyle": "white",
  346. "navigationBarTitleText": "爱心记录"
  347. }
  348. },
  349. {
  350. "path": "pages/joinSuc/joinSuc",
  351. "style": {
  352. // #ifndef MP
  353. "app-plus": {
  354. "titleNView": false
  355. },
  356. // #endif
  357. "navigationBarBackgroundColor": "#457DBF",
  358. "navigationBarTextStyle": "white",
  359. "navigationBarTitleText": "报名成功"
  360. }
  361. },
  362. {
  363. "path": "pages/joinSuc/joinsuccess",
  364. "style": {
  365. // #ifndef MP
  366. "app-plus": {
  367. "titleNView": false
  368. },
  369. // #endif
  370. "navigationBarBackgroundColor": "#457DBF",
  371. "navigationBarTextStyle": "white",
  372. "navigationBarTitleText": "报名成功"
  373. }
  374. },
  375. {
  376. "path": "pages/joinSuc/joinNow",
  377. "style": {
  378. // #ifndef MP
  379. "app-plus": {
  380. "titleNView": false
  381. },
  382. // #endif
  383. "navigationBarBackgroundColor": "#457DBF",
  384. "navigationBarTextStyle": "white",
  385. "navigationBarTitleText": "报名成功"
  386. }
  387. },
  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/user/jkjl",
  541. "style": {
  542. // #ifndef MP
  543. "app-plus": {
  544. "titleNView": false
  545. },
  546. // #endif
  547. "navigationBarTitleText": "捐款记录"
  548. }
  549. },
  550. {
  551. "path": "pages/user/userSet",
  552. "style": {
  553. // #ifndef MP
  554. "app-plus": {
  555. "titleNView": false
  556. },
  557. // #endif
  558. "navigationBarTitleText": "用户设置"
  559. }
  560. },
  561. {
  562. "path": "pages/category/search",
  563. "style": {
  564. // #ifndef MP
  565. "app-plus": {
  566. "titleNView": false
  567. },
  568. // #endif
  569. "navigationBarTitleText": "搜索"
  570. }
  571. },
  572. {
  573. "path": "pages/applic/applic",
  574. "style": {
  575. // #ifndef MP
  576. "app-plus": {
  577. "titleNView": false
  578. },
  579. // #endif
  580. "navigationBarBackgroundColor": "#457DBF",
  581. "navigationBarTextStyle": "white",
  582. "navigationBarTitleText": "造血干细胞捐献"
  583. }
  584. },
  585. {
  586. "path": "pages/applic/contribution",
  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/register",
  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/science",
  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/applic/rescuerecords",
  626. "style": {
  627. // #ifndef MP
  628. "app-plus": {
  629. "titleNView": false
  630. },
  631. // #endif
  632. "navigationBarBackgroundColor": "#457DBF",
  633. "navigationBarTextStyle": "white",
  634. "navigationBarTitleText": "救援记录"
  635. }
  636. },
  637. // commonaddress
  638. {
  639. "path": "pages/applic/commonaddress",
  640. "style": {
  641. // #ifndef MP
  642. "app-plus": {
  643. "titleNView": false
  644. },
  645. // #endif
  646. "navigationBarBackgroundColor": "#457DBF",
  647. "navigationBarTextStyle": "white",
  648. "navigationBarTitleText": "常用地址"
  649. }
  650. },
  651. {
  652. "path": "pages/applic/helprecords",
  653. "style": {
  654. // #ifndef MP
  655. "app-plus": {
  656. "titleNView": false
  657. },
  658. // #endif
  659. "navigationBarBackgroundColor": "#457DBF",
  660. "navigationBarTextStyle": "white",
  661. "navigationBarTitleText": "求救记录"
  662. }
  663. },
  664. {
  665. "path": "pages/applic/info",
  666. "style": {
  667. // #ifndef MP
  668. "app-plus": {
  669. "titleNView": false
  670. },
  671. // #endif
  672. "navigationBarBackgroundColor": "#457DBF",
  673. "navigationBarTextStyle": "white",
  674. "navigationBarTitleText": "详情"
  675. }
  676. },
  677. {
  678. "path": "pages/login/login",
  679. "style": {
  680. "app-plus": {
  681. "titleNView": false
  682. }
  683. }
  684. },
  685. {
  686. "path": "pages/redirect/redirect",
  687. "style": {
  688. "navigationBarTitleText": "微信登录跳转页面",
  689. "app-plus": {
  690. "titleNView": false
  691. }
  692. }
  693. },
  694. {
  695. "path": "pages/login/register",
  696. "style": {
  697. "navigationBarTitleText": "注册",
  698. "app-plus": {
  699. "titleNView": {
  700. "type": "transparent"
  701. }
  702. }
  703. }
  704. },
  705. {
  706. "path": "pages/train/index",
  707. "style": {
  708. "navigationBarTitleText": "培训报名",
  709. "app-plus": {
  710. "titleNView": {
  711. "type": "transparent"
  712. }
  713. }
  714. }
  715. },
  716. {
  717. "path": "pages/train/sign",
  718. "style": {
  719. "navigationBarTitleText": "报名",
  720. "app-plus": {
  721. "titleNView": {
  722. "type": "transparent"
  723. }
  724. }
  725. }
  726. },
  727. {
  728. "path": "pages/public/wxLogin",
  729. "style": {
  730. "navigationBarTitleText": "微信登录",
  731. "app-plus": {
  732. "titleNView": {
  733. "type": "transparent"
  734. }
  735. }
  736. }
  737. },
  738. {
  739. "path": "pages/applic/love",
  740. "style": {
  741. // #ifndef MP
  742. "app-plus": {
  743. "titleNView": false
  744. },
  745. // #endif
  746. "navigationBarTitleText": "爱心捐款"
  747. }
  748. },
  749. {
  750. "path": "pages/applic/item",
  751. "style": {
  752. // #ifndef MP
  753. "app-plus": {
  754. "titleNView": false
  755. },
  756. // #endif
  757. "navigationBarTitleText": "博爱项目"
  758. }
  759. },
  760. {
  761. "path": "pages/applic/other",
  762. "style": {
  763. // #ifndef MP
  764. "app-plus": {
  765. "titleNView": false
  766. },
  767. // #endif
  768. "navigationBarTitleText": "爱心捐款"
  769. }
  770. },
  771. {
  772. "path": "pages/donate/donate",
  773. "style": {
  774. // #ifndef MP
  775. "app-plus": {
  776. "titleNView": false
  777. },
  778. // #endif
  779. "navigationBarTitleText": "项目捐赠"
  780. }
  781. },
  782. {
  783. "path": "pages/donate/donateDetail",
  784. "style": {
  785. // #ifndef MP
  786. "app-plus": {
  787. "titleNView": false
  788. },
  789. // #endif
  790. "navigationBarTitleText": "捐赠详情"
  791. }
  792. },
  793. {
  794. "path": "pages/donate/progress",
  795. "style": {
  796. // #ifndef MP
  797. "app-plus": {
  798. "titleNView": false
  799. },
  800. // #endif
  801. "navigationBarTitleText": "详情进展"
  802. }
  803. },
  804. {
  805. "path": "pages/donate/idonate",
  806. "style": {
  807. // #ifndef MP
  808. "app-plus": {
  809. "titleNView": false
  810. },
  811. // #endif
  812. "navigationBarTitleText": "我要捐赠"
  813. }
  814. },
  815. {
  816. "path": "pages/user/myaid",
  817. "style": {
  818. // #ifndef MP
  819. "app-plus": {
  820. "titleNView": false
  821. },
  822. // #endif
  823. "navigationBarTitleText": "我的捐赠"
  824. }
  825. },
  826. {
  827. "path": "pages/user/intent",
  828. "style": {
  829. // #ifndef MP
  830. "app-plus": {
  831. "titleNView": false
  832. },
  833. // #endif
  834. "navigationBarTitleText": "捐赠意向书"
  835. }
  836. },
  837. {
  838. "path": "pages/user/thank",
  839. "style": {
  840. // #ifndef MP
  841. "app-plus": {
  842. "titleNView": false
  843. },
  844. // #endif
  845. "navigationBarTitleText": "捐赠证书"
  846. }
  847. },
  848. {
  849. "path": "pages/donate/progresst",
  850. "style": {
  851. // #ifndef MP
  852. "app-plus": {
  853. "titleNView": false
  854. },
  855. // #endif
  856. "navigationBarTitleText": "详情进展"
  857. }
  858. },
  859. {
  860. "path": "pages/share/card",
  861. "style": {
  862. "navigationBarTitleText": "电子名片",
  863. "navigationStyle": "custom"
  864. }
  865. },
  866. {
  867. "path": "pages/applyHelp/cation",
  868. "style": {
  869. "navigationBarTitleText": "申请帮扶",
  870. "navigationStyle": "custom"
  871. }
  872. },
  873. {
  874. "path": "pages/applyHelp/index",
  875. "style": {
  876. "navigationBarTitleText": "申请帮扶",
  877. "navigationStyle": "custom"
  878. }
  879. },
  880. {
  881. "path": "pages/fu/getPoints",
  882. "style": {
  883. "navigationBarTitleText": "如何获取积分",
  884. "navigationBarBackgroundColor": "#FF727E",
  885. "navigationBarTextStyle": "white"
  886. }
  887. },
  888. {
  889. "path": "pages/fu/helpInfo",
  890. "style": {
  891. "navigationBarTitleText": "帮扶公示",
  892. "navigationBarBackgroundColor": "#FF727E",
  893. "navigationBarTextStyle": "white"
  894. }
  895. },
  896. {
  897. "path": "pages/fu/helpDetail", // 公示
  898. "style": {
  899. "navigationBarTitleText": "帮扶详情",
  900. "navigationBarBackgroundColor": "#FF727E",
  901. "navigationBarTextStyle": "white"
  902. }
  903. },
  904. {
  905. "path": "pages/fu/fuInfo",
  906. "style": {
  907. "navigationBarTitleText": "帮扶详情",
  908. "navigationBarBackgroundColor": "#FF727E",
  909. "navigationBarTextStyle":"white"
  910. }
  911. },
  912. {
  913. "path": "pages/fu/axjz",
  914. "style": {
  915. "navigationBarTitleText": "爱心帮扶",
  916. "navigationBarBackgroundColor": "#FF727E",
  917. "navigationBarTextStyle":"white"
  918. // "app-plus": {
  919. // "titleNView": {
  920. // "buttons": [ {
  921. // "color": "#FFFFFF",
  922. // "fontSize": "16px",
  923. // "colorPressed": "#fc5c82",
  924. // "float": "right",
  925. // "text": "筛选 "
  926. // }]
  927. // }
  928. // }
  929. }
  930. },
  931. {
  932. "path": "pages/fu/upLoadInfo",
  933. "style": {
  934. "navigationBarTitleText": "上传资料"
  935. }
  936. },
  937. {
  938. "path": "pages/user/myFu",
  939. "style": {
  940. "navigationBarTitleText": "我的帮扶",
  941. "navigationBarBackgroundColor": "#FF727E",
  942. "navigationBarTextStyle":"white"
  943. }
  944. }
  945. ],
  946. "globalStyle": {
  947. "navigationBarTextStyle": "black",
  948. "navigationBarTitleText": "孝感市红十字会",
  949. "navigationBarBackgroundColor": "#FFFFFF",
  950. "backgroundColor": "#F8F8F8"
  951. },
  952. "tabBar": {
  953. "color": "#CACACA",
  954. "selectedColor": "#FA7E67",
  955. "borderStyle": "black",
  956. "iconWidth": "42rpx",
  957. "backgroundColor": "#ffffff",
  958. "list": [{
  959. "pagePath": "pages/index/index",
  960. "iconPath": "./static/tabBar/home.png",
  961. "selectedIconPath": "static/tabBar/home-action.png",
  962. "text": "首页"
  963. // "visible":false
  964. },
  965. // {
  966. // "pagePath": "pages/fu/axjz",
  967. // "iconPath": "static/tabBar/tab-fu.png",
  968. // "selectedIconPath": "static/tabBar/tab-fu-current.png",
  969. // "text": "爱心帮扶"
  970. // },
  971. // {
  972. // "pagePath": "pages/category/category",
  973. // "iconPath": "static/tabBar/dengji.png",
  974. // "selectedIconPath": "static/tabBar/dengji-action.png",
  975. // "text": "救在身边"
  976. // // "visible":false
  977. // },
  978. // {
  979. // "pagePath": "pages/cart/cart",
  980. // "iconPath": "static/tabBar/zuce.png",
  981. // "selectedIconPath": "static/tabBar/zuce-action.png",
  982. // "text": "会员报名"
  983. // },
  984. {
  985. "pagePath": "pages/user/user",
  986. "iconPath": "static/tabBar/user.png",
  987. "selectedIconPath": "static/tabBar/user-action.png",
  988. "text": "我的"
  989. }
  990. ]
  991. }
  992. }