pages.json 20 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010
  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": "救在身边系统"
  211. },
  212. // #endif
  213. "navigationBarBackgroundColor": "white",
  214. "navigationBarTextStyle": "black",
  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. "navigationBarTitleText": "培训报名"
  713. }
  714. }
  715. }
  716. },
  717. {
  718. "path": "pages/train/sign",
  719. "style": {
  720. "navigationBarTitleText": "报名",
  721. "app-plus": {
  722. "titleNView": {
  723. "type": "transparent"
  724. }
  725. }
  726. }
  727. },
  728. {
  729. "path": "pages/public/wxLogin",
  730. "style": {
  731. "navigationBarTitleText": "微信登录",
  732. "app-plus": {
  733. "titleNView": {
  734. "type": "transparent"
  735. }
  736. }
  737. }
  738. },
  739. {
  740. "path": "pages/applic/love",
  741. "style": {
  742. // #ifndef MP
  743. "app-plus": {
  744. "titleNView": false
  745. },
  746. // #endif
  747. "navigationBarTitleText": "爱心捐款"
  748. }
  749. },
  750. {
  751. "path": "pages/applic/item",
  752. "style": {
  753. // #ifndef MP
  754. "app-plus": {
  755. "titleNView": false
  756. },
  757. // #endif
  758. "navigationBarTitleText": "博爱项目"
  759. }
  760. },
  761. {
  762. "path": "pages/applic/other",
  763. "style": {
  764. // #ifndef MP
  765. "app-plus": {
  766. "titleNView": false
  767. },
  768. // #endif
  769. "navigationBarTitleText": "爱心捐款"
  770. }
  771. },
  772. {
  773. "path": "pages/donate/donate",
  774. "style": {
  775. // #ifndef MP
  776. "app-plus": {
  777. "titleNView": false
  778. },
  779. // #endif
  780. "navigationBarTitleText": "项目捐赠"
  781. }
  782. },
  783. {
  784. "path": "pages/donate/donateDetail",
  785. "style": {
  786. // #ifndef MP
  787. "app-plus": {
  788. "titleNView": false
  789. },
  790. // #endif
  791. "navigationBarTitleText": "捐赠详情"
  792. }
  793. },
  794. {
  795. "path": "pages/donate/progress",
  796. "style": {
  797. // #ifndef MP
  798. "app-plus": {
  799. "titleNView": false
  800. },
  801. // #endif
  802. "navigationBarTitleText": "详情进展"
  803. }
  804. },
  805. {
  806. "path": "pages/donate/idonate",
  807. "style": {
  808. // #ifndef MP
  809. "app-plus": {
  810. "titleNView": false
  811. },
  812. // #endif
  813. "navigationBarTitleText": "我要捐赠"
  814. }
  815. },
  816. {
  817. "path": "pages/user/myaid",
  818. "style": {
  819. // #ifndef MP
  820. "app-plus": {
  821. "titleNView": false
  822. },
  823. // #endif
  824. "navigationBarTitleText": "我的捐赠"
  825. }
  826. },
  827. {
  828. "path": "pages/user/intent",
  829. "style": {
  830. // #ifndef MP
  831. "app-plus": {
  832. "titleNView": false
  833. },
  834. // #endif
  835. "navigationBarTitleText": "捐赠意向书"
  836. }
  837. },
  838. {
  839. "path": "pages/user/thank",
  840. "style": {
  841. // #ifndef MP
  842. "app-plus": {
  843. "titleNView": false
  844. },
  845. // #endif
  846. "navigationBarTitleText": "捐赠证书"
  847. }
  848. },
  849. {
  850. "path": "pages/donate/progresst",
  851. "style": {
  852. // #ifndef MP
  853. "app-plus": {
  854. "titleNView": false
  855. },
  856. // #endif
  857. "navigationBarTitleText": "详情进展"
  858. }
  859. },
  860. {
  861. "path": "pages/share/card",
  862. "style": {
  863. "navigationBarTitleText": "电子名片",
  864. "navigationStyle": "custom"
  865. }
  866. },
  867. {
  868. "path": "pages/applyHelp/cation",
  869. "style": {
  870. "navigationBarTitleText": "申请帮扶",
  871. "navigationStyle": "custom"
  872. }
  873. },
  874. {
  875. "path": "pages/applyHelp/index",
  876. "style": {
  877. "navigationBarTitleText": "申请帮扶",
  878. "navigationStyle": "custom"
  879. }
  880. },
  881. {
  882. "path": "pages/fu/getPoints",
  883. "style": {
  884. "navigationBarTitleText": "如何获取积分",
  885. "navigationBarBackgroundColor": "#FF727E",
  886. "navigationBarTextStyle": "white"
  887. }
  888. },
  889. {
  890. "path": "pages/fu/helpInfo",
  891. "style": {
  892. "navigationBarTitleText": "帮扶公示",
  893. "navigationBarBackgroundColor": "#FF727E",
  894. "navigationBarTextStyle": "white"
  895. }
  896. },
  897. {
  898. "path": "pages/fu/helpDetail", // 公示
  899. "style": {
  900. "navigationBarTitleText": "帮扶详情",
  901. "navigationBarBackgroundColor": "#FF727E",
  902. "navigationBarTextStyle": "white"
  903. }
  904. },
  905. {
  906. "path": "pages/fu/fuInfo",
  907. "style": {
  908. "navigationBarTitleText": "帮扶详情",
  909. "navigationBarBackgroundColor": "#FF727E",
  910. "navigationBarTextStyle":"white"
  911. }
  912. },
  913. {
  914. "path": "pages/fu/axjz",
  915. "style": {
  916. "navigationBarTitleText": "爱心帮扶",
  917. "navigationBarBackgroundColor": "#FF727E",
  918. "navigationBarTextStyle":"white"
  919. // "app-plus": {
  920. // "titleNView": {
  921. // "buttons": [ {
  922. // "color": "#FFFFFF",
  923. // "fontSize": "16px",
  924. // "colorPressed": "#fc5c82",
  925. // "float": "right",
  926. // "text": "筛选 "
  927. // }]
  928. // }
  929. // }
  930. }
  931. },
  932. {
  933. "path": "pages/fu/upLoadInfo",
  934. "style": {
  935. "navigationBarTitleText": "上传资料"
  936. }
  937. },
  938. {
  939. "path": "pages/user/myFu",
  940. "style": {
  941. "navigationBarTitleText": "我的帮扶",
  942. "navigationBarBackgroundColor": "#FF727E",
  943. "navigationBarTextStyle":"white"
  944. }
  945. }
  946. ],
  947. "globalStyle": {
  948. "navigationBarTextStyle": "black",
  949. "navigationBarTitleText": "孝感市红十字会",
  950. "navigationBarBackgroundColor": "#FFFFFF",
  951. "backgroundColor": "#F8F8F8"
  952. },
  953. "tabBar": {
  954. "color": "#CACACA",
  955. "selectedColor": "#FA7E67",
  956. "borderStyle": "black",
  957. "iconWidth": "42rpx",
  958. "backgroundColor": "#ffffff",
  959. "list": [{
  960. "pagePath": "pages/index/index",
  961. "iconPath": "./static/tabBar/home.png",
  962. "selectedIconPath": "static/tabBar/home-action.png",
  963. "text": "首页"
  964. // "visible":false
  965. },
  966. // {
  967. // "pagePath": "pages/fu/axjz",
  968. // "iconPath": "static/tabBar/tab-fu.png",
  969. // "selectedIconPath": "static/tabBar/tab-fu-current.png",
  970. // "text": "爱心帮扶"
  971. // },
  972. {
  973. "pagePath": "pages/category/category",
  974. "iconPath": "static/tabBar/dengji.png",
  975. "selectedIconPath": "static/tabBar/dengji-action.png",
  976. "text": "救护员招募"
  977. // "visible":false
  978. },
  979. // {
  980. // "pagePath": "pages/cart/cart",
  981. // "iconPath": "static/tabBar/zuce.png",
  982. // "selectedIconPath": "static/tabBar/zuce-action.png",
  983. // "text": "会员报名"
  984. // },
  985. {
  986. "pagePath": "pages/user/user",
  987. "iconPath": "static/tabBar/user.png",
  988. "selectedIconPath": "static/tabBar/user-action.png",
  989. "text": "我的"
  990. }
  991. ]
  992. }
  993. }