pages.json 20 KB

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