pages.json 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/chat/index",
  5. "style": {
  6. "navigationBarTitleText": "优哈",
  7. "enablePullDownRefresh": true,
  8. "app-plus": {
  9. "bounce": "none",
  10. "titleNView": {
  11. "buttons": [
  12. {
  13. "text": "\ue600 ",
  14. "fontSrc": "/static/fonts/iconfont.ttf",
  15. "fontSize": "20px"
  16. }
  17. ]
  18. }
  19. }
  20. }
  21. },
  22. {
  23. "path": "pages/chat/message",
  24. "style": {
  25. "navigationBarTitleText": "",
  26. "app-plus": {
  27. "softinputMode": "adjustResize",
  28. "titleNView": {
  29. "buttons": [
  30. {
  31. "text": "\ue63c",
  32. "fontSrc": "/static/fonts/iconfont.ttf",
  33. "fontSize": "23.5px"
  34. }
  35. ]
  36. }
  37. }
  38. }
  39. },
  40. {
  41. "path": "pages/chat/message/group_qrcode",
  42. "style": {
  43. "navigationBarTitleText": "群二维码"
  44. }
  45. },
  46. {
  47. "path": "pages/invitation/invitation",
  48. "style": {
  49. "navigationBarTitleText": "邀请好友"
  50. }
  51. },
  52. {
  53. "path": "pages/contract/agreement",
  54. "style": {
  55. "navigationBarTitleText": "用户协议"
  56. }
  57. },
  58. {
  59. "path": "pages/contract/privacy",
  60. "style": {
  61. "navigationBarTitleText": "隐私政策"
  62. }
  63. },
  64. {
  65. "path": "pages/chat/sao",
  66. "style": {
  67. "navigationBarTitleText": "扫描二维码"
  68. }
  69. },
  70. {
  71. "path": "pages/chat/message/details",
  72. "style": {
  73. "navigationBarBackgroundColor": "#cf3c35",
  74. "navigationBarTextStyle": "white",
  75. "navigationBarTitleText": "红包",
  76. "backgroundColorTop": "#cf3c35",
  77. "backgroundColorBottom": "#fff"
  78. }
  79. },
  80. {
  81. "path": "pages/chat/message/reduce",
  82. "style": {
  83. "navigationBarTitleText": "移除群成员",
  84. "app-plus": {
  85. "titleNView": {
  86. "buttons": [
  87. {
  88. "text": "\ue60b",
  89. "color": "#1AAD19",
  90. "fontSrc": "/static/fonts/iconfont.ttf",
  91. "fontSize": "17px"
  92. }
  93. ]
  94. }
  95. }
  96. }
  97. },
  98. {
  99. "path": "pages/chat/message/hand",
  100. "style": {
  101. "navigationBarBackgroundColor": "#cf3c35",
  102. "navigationBarTextStyle": "white",
  103. "navigationBarTitleText": "发红包",
  104. "backgroundColorTop": "#cf3c35",
  105. "backgroundColorBottom": "#fff",
  106. "app-plus": {
  107. "softinputNavBar": "none",
  108. "bounce": "none"
  109. }
  110. }
  111. },
  112. {
  113. "path": "pages/chat/message/hand_lei",
  114. "style": {
  115. "navigationBarBackgroundColor": "#cf3c35",
  116. "navigationBarTextStyle": "white",
  117. "navigationBarTitleText": "多雷红包",
  118. "backgroundColorTop": "#cf3c35",
  119. "backgroundColorBottom": "#fff",
  120. "app-plus": {
  121. "softinputNavBar": "none",
  122. "bounce": "none"
  123. }
  124. }
  125. },
  126. {
  127. "path": "pages/chat/message/hand_pin",
  128. "style": {
  129. "navigationBarBackgroundColor": "#cf3c35",
  130. "navigationBarTextStyle": "white",
  131. "navigationBarTitleText": "拼手气红包",
  132. "backgroundColorTop": "#cf3c35",
  133. "backgroundColorBottom": "#fff",
  134. "app-plus": {
  135. "softinputNavBar": "none",
  136. "bounce": "none"
  137. }
  138. }
  139. },
  140. {
  141. "path": "pages/friend/index",
  142. "style": {
  143. "navigationBarTitleText": "通讯录",
  144. "app-plus": {
  145. "titleNView": {
  146. "buttons": [
  147. {
  148. "text": " \ue613",
  149. "color": "#4591ff",
  150. "fontSrc": "/static/fonts/im-iconfont.ttf",
  151. "fontSize": "25px"
  152. }
  153. ]
  154. }
  155. }
  156. }
  157. },
  158. {
  159. "path": "pages/push/game",
  160. "style": {
  161. "navigationBarTitleText": "通讯录",
  162. "app-plus": {
  163. "titleNView": {
  164. }
  165. }
  166. }
  167. },
  168. {
  169. "path": "pages/friend/index_list",
  170. "style": {
  171. "navigationBarTitleText": "请选择好友",
  172. "app-plus": {
  173. "titleNView": {
  174. "buttons": [
  175. {
  176. "text": "确定",
  177. "color": "black",
  178. "fontSrc": "/static/fonts/iconfont.ttf",
  179. "fontSize": "16px"
  180. }
  181. ]
  182. }
  183. }
  184. }
  185. },
  186. {
  187. "path": "pages/friend/phone-search",
  188. "style": {
  189. "navigationBarTitleText": "搜索联系人"
  190. }
  191. },
  192. {
  193. "path": "pages/friend/apply-list",
  194. "style": {
  195. "navigationBarTitleText": "新的朋友"
  196. }
  197. },
  198. {
  199. "path": "pages/friend/chat-group-apply",
  200. "style": {
  201. "navigationBarTitleText": "群认证消息"
  202. }
  203. },
  204. {
  205. "path": "pages/friend/group_chat",
  206. "style": {
  207. "navigationBarTitleText": "我的群聊"
  208. }
  209. },
  210. {
  211. "path": "pages/friend/add",
  212. "style": {
  213. "navigationBarTitleText": "添加好友"
  214. }
  215. },
  216. {
  217. "path": "pages/friend/apply",
  218. "style": {
  219. "navigationBarTitleText": "朋友验证"
  220. }
  221. },
  222. {
  223. "path": "pages/friend/remarks",
  224. "style": {
  225. "navigationBarTitleText": "设置备注",
  226. "app-plus": {
  227. "titleNView": {
  228. "buttons": [
  229. {
  230. "text": "\ue60b",
  231. "color": "#1AAD19",
  232. "fontSrc": "/static/fonts/iconfont.ttf",
  233. "fontSize": "17px"
  234. }
  235. ]
  236. }
  237. }
  238. }
  239. },
  240. {
  241. "path": "pages/push/index",
  242. "style": {
  243. "navigationBarTitleText": "发现"
  244. }
  245. },
  246. {
  247. "path": "pages/push/circle",
  248. "style": {
  249. "navigationBarTitleText": "生活圈",
  250. "navigationBarBackgroundColor": "#ffffff",
  251. "app-plus": {
  252. "softinputMode": "adjustResize",
  253. "titleNView": {
  254. "type": "transparent",
  255. "buttons": [
  256. {
  257. "text": "\ue76a",
  258. "fontSrc": "/static/fonts/iconfont.ttf",
  259. "fontSize": "23.5px"
  260. }
  261. ]
  262. }
  263. },
  264. "enablePullDownRefresh": true
  265. }
  266. },
  267. {
  268. "path": "pages/push/circle_user",
  269. "style": {
  270. "navigationBarTitleText": "我的动态",
  271. "navigationBarBackgroundColor": "#ffffff",
  272. "app-plus": {
  273. "softinputMode": "adjustResize",
  274. "titleNView": {
  275. "type": "transparent",
  276. "buttons": [
  277. {
  278. "text": "\ue76a",
  279. "fontSrc": "/static/fonts/iconfont.ttf",
  280. "fontSize": "23.5px"
  281. }
  282. ]
  283. }
  284. },
  285. "enablePullDownRefresh": true
  286. }
  287. },
  288. {
  289. "path": "pages/push/circle_details",
  290. "style": {
  291. "navigationBarBackgroundColor": "#ffffff",
  292. "navigationBarTitleText": "",
  293. "app-plus": {
  294. "softinputMode": "adjustResize",
  295. "titleNView": {
  296. "type": "transparent",
  297. "buttons": []
  298. }
  299. },
  300. "enablePullDownRefresh": true
  301. }
  302. },
  303. {
  304. "path": "pages/push/circle_chat_details",
  305. "style": {
  306. "navigationBarTitleText": "我的消息",
  307. "app-plus": {
  308. "softinputMode": "adjustResize",
  309. "titleNView": {
  310. "buttons": []
  311. }
  312. }
  313. }
  314. },
  315. {
  316. "path": "pages/my/index",
  317. "style": {
  318. "navigationBarTitleText": "我的",
  319. "navigationBarBackgroundColor": "#FFFFFF",
  320. "app-plus": {
  321. "titleNView": false
  322. }
  323. }
  324. },
  325. {
  326. "path": "pages/chat/videoCall",
  327. "style": {
  328. "navigationBarTitleText": "",
  329. "navigationBarBackgroundColor": "#424242",
  330. "app-plus": {
  331. "titleNView": false
  332. }
  333. }
  334. },
  335. {
  336. "path": "pages/my/details",
  337. "style": {
  338. "navigationBarTitleText": "个人信息",
  339. "backgroundColor": "#4ba198",
  340. "navigationBarTextStyle": "black"
  341. }
  342. },
  343. {
  344. "path": "pages/my/qrcode",
  345. "style": {
  346. "navigationBarTitleText": "我的二维码"
  347. }
  348. },
  349. {
  350. "path": "pages/details/index",
  351. "style": {
  352. "navigationBarTitleText": "",
  353. "navigationBarBackgroundColor": "#FFFFFF",
  354. "app-plus": {
  355. "titleNView": {
  356. "buttons": [
  357. {
  358. "text": "\ue63c",
  359. "fontSrc": "/static/fonts/iconfont.ttf",
  360. "fontSize": "23.5px"
  361. }
  362. ]
  363. }
  364. }
  365. }
  366. },
  367. {
  368. "path": "pages/details/more",
  369. "style": {
  370. "navigationBarTitleText": "",
  371. "navigationBarBackgroundColor": "#FFFFFF",
  372. "app-plus": {
  373. "titleNView": {
  374. "buttons": [
  375. {
  376. "text": "\ue63c",
  377. "fontSrc": "/static/fonts/iconfont.ttf",
  378. "fontSize": "23.5px"
  379. }
  380. ]
  381. }
  382. }
  383. }
  384. },
  385. {
  386. "path": "pages/details/more_details",
  387. "style": {
  388. "navigationBarTitleText": "资料设置"
  389. }
  390. },
  391. {
  392. "path": "pages/in/login",
  393. "style": {
  394. "navigationBarTitleText": "登 录",
  395. "app-plus": {
  396. "titleNView": false
  397. }
  398. }
  399. },
  400. {
  401. "path": "pages/in/reg",
  402. "style": {
  403. "navigationBarTitleText": "",
  404. "app-plus": {
  405. "titleNView": {}
  406. }
  407. }
  408. },
  409. {
  410. "path": "pages/set/frozen",
  411. "style": {
  412. "navigationBarTitleText": "冻结帐号"
  413. }
  414. },
  415. {
  416. "path": "pages/in/forget",
  417. "style": {
  418. "navigationBarTitleText": "密码找回",
  419. "app-plus": {
  420. "titleNView": {
  421. "buttons": []
  422. }
  423. }
  424. }
  425. },
  426. {
  427. "path": "pages/push/circle/send",
  428. "style": {
  429. "navigationBarTitleText": "发布我的动态",
  430. "app-plus": {
  431. "titleNView": {
  432. "buttons": [
  433. {
  434. "text": "\ue60b",
  435. "color": "#1AAD19",
  436. "fontSrc": "/static/fonts/iconfont.ttf",
  437. "fontSize": "17px"
  438. }
  439. ]
  440. }
  441. }
  442. }
  443. },
  444. {
  445. "path": "pages/push/game_site",
  446. "style": {
  447. "navigationBarTitleText": "资讯",
  448. "app-plus": {
  449. "titleNView": {
  450. "buttons": [
  451. {
  452. "text": "\ue67b",
  453. "fontSrc": "/static/fonts/im-iconfont.ttf",
  454. "fontSize": "17px",
  455. "float": "left"
  456. }
  457. ]
  458. }
  459. }
  460. }
  461. },
  462. {
  463. "path": "pages/push/web",
  464. "style": {
  465. "navigationBarTitleText": "网址",
  466. "app-plus": {
  467. "titleNView": {
  468. "buttons": [
  469. {
  470. "text": "\ue605",
  471. "fontSrc": "/static/fonts/im-iconfont.ttf",
  472. "fontSize": "19px",
  473. "width": "50px"
  474. },
  475. {
  476. "text": "\ue67b",
  477. "fontSrc": "/static/fonts/im-iconfont.ttf",
  478. "fontSize": "17px"
  479. },
  480. {
  481. "text": "\ue620",
  482. "fontSrc": "/static/fonts/im-iconfont.ttf",
  483. "fontSize": "17px",
  484. "float": "left"
  485. }
  486. ]
  487. }
  488. }
  489. }
  490. },
  491. {
  492. "path": "pages/set/index",
  493. "style": {
  494. "navigationBarTitleText": "设置"
  495. }
  496. },
  497. {
  498. "path": "pages/chat/message/more",
  499. "style": {
  500. "navigationBarTitleText": "聊天信息"
  501. }
  502. },
  503. {
  504. "path": "pages/set/user",
  505. "style": {
  506. "navigationBarTitleText": "基本资料设置",
  507. "app-plus": {
  508. "titleNView": {
  509. "buttons": [
  510. {
  511. "text": "\ue60b",
  512. "color": "#1AAD19",
  513. "fontSrc": "/static/fonts/iconfont.ttf",
  514. "fontSize": "17px"
  515. }
  516. ]
  517. }
  518. }
  519. }
  520. },
  521. {
  522. "path": "pages/set/photo",
  523. "style": {
  524. "navigationBarTitleText": "个人头像"
  525. }
  526. },
  527. {
  528. "path": "pages/set/group_photo",
  529. "style": {
  530. "navigationBarTitleText": "群聊头像"
  531. }
  532. },
  533. {
  534. "path": "pages/set/message_more",
  535. "style": {
  536. "navigationBarTitleText": "",
  537. "app-plus": {
  538. "titleNView": {
  539. "buttons": [
  540. {
  541. "text": "\ue60b",
  542. "color": "#5693ee",
  543. "fontSrc": "/static/fonts/iconfont.ttf",
  544. "fontSize": "17px"
  545. }
  546. ]
  547. }
  548. }
  549. }
  550. },
  551. {
  552. "path": "pages/set/password",
  553. "style": {
  554. "navigationBarTitleText": "密码修改",
  555. "app-plus": {
  556. "titleNView": {
  557. "buttons": [
  558. {
  559. "text": "\ue60b",
  560. "color": "#1AAD19",
  561. "fontSrc": "/static/fonts/iconfont.ttf",
  562. "fontSize": "17px"
  563. }
  564. ]
  565. }
  566. }
  567. }
  568. },
  569. {
  570. "path": "pages/set/group_admin",
  571. "style": {
  572. "navigationBarTitleText": "设置群管理员",
  573. "app-plus": {
  574. "titleNView": {
  575. "buttons": [
  576. {
  577. "text": "\ue60b",
  578. "color": "#1AAD19",
  579. "fontSrc": "/static/fonts/iconfont.ttf",
  580. "fontSize": "17px"
  581. }
  582. ]
  583. }
  584. }
  585. }
  586. },
  587. {
  588. "path": "pages/my/wallet/index",
  589. "style": {
  590. "navigationBarTitleText": "我的钱包",
  591. "navigationBarTextStyle": "white",
  592. "navigationBarBackgroundColor": "#5693ee",
  593. "app-plus": {
  594. "titleNView": {}
  595. }
  596. }
  597. },
  598. {
  599. "path": "pages/my/wallet/charge",
  600. "style": {
  601. "navigationBarTitleText": "充值",
  602. "app-plus": {
  603. "titleNView": {}
  604. }
  605. }
  606. },
  607. {
  608. "path": "pages/my/wallet/withdraw",
  609. "style": {
  610. "navigationBarTitleText": "提现",
  611. "app-plus": {
  612. "titleNView": {}
  613. }
  614. }
  615. },
  616. {
  617. "path": "pages/my/wallet/capital",
  618. "style": {
  619. "navigationBarTitleText": "账单明细",
  620. "navigationBarBackgroundColor": "#eeeeee",
  621. "enablePullDownRefresh": true
  622. }
  623. },
  624. {
  625. "path": "pages/my/wallet/trade_password",
  626. "style": {
  627. "navigationBarTitleText": "交易密码"
  628. }
  629. },
  630. {
  631. "path": "pages/my/set/set_trade_password",
  632. "style": {}
  633. },
  634. {
  635. "path": "pages/my/set/forget_trade_password",
  636. "style": {}
  637. },
  638. {
  639. "path": "pages/my/set/edit_trade_password",
  640. "style": {}
  641. },
  642. {
  643. "path": "pages/my/wallet/alipay_set",
  644. "style": {
  645. "navigationBarTitleText": "添加支付宝账号"
  646. }
  647. },
  648. {
  649. "path": "pages/my/set/add_account",
  650. "style": {
  651. "backgroundColor": "white",
  652. "navigationBarTitleText": "添加支付宝账号"
  653. }
  654. },
  655. {
  656. "path": "pages/my/pay/pay",
  657. "style": {
  658. "backgroundColor": "#4ba198",
  659. "navigationBarTextStyle": "white",
  660. "navigationBarBackgroundColor": "#4ba198",
  661. "navigationBarTitleText": "收付款"
  662. }
  663. },
  664. {
  665. "path": "pages/my/pay/pay_out",
  666. "style": {
  667. "backgroundColor": "#5691cb",
  668. "navigationBarTextStyle": "white",
  669. "navigationBarBackgroundColor": "#5691cb",
  670. "navigationBarTitleText": "二维码收款"
  671. }
  672. },
  673. {
  674. "path": "pages/my/pay/set_money",
  675. "style": {
  676. "navigationBarTitleText": "设置金额"
  677. }
  678. },
  679. {
  680. "path": "pages/my/pay/user_pay",
  681. "style": {
  682. "navigationBarTitleText": "付款"
  683. }
  684. },
  685. {
  686. "path": "pages/chat/message/input_password",
  687. "style": {}
  688. },
  689. {
  690. "path": "pages/my/pay/collect_amount",
  691. "style": {
  692. "navigationBarTitleText": "收款"
  693. }
  694. },
  695. {
  696. "path": "pages/my/pay/pay_success",
  697. "style": {}
  698. },
  699. {
  700. "path": "pages/in/test",
  701. "style": {}
  702. }
  703. ,{
  704. "path" : "pages/chat/message/card_list",
  705. "style" : {
  706. "app-plus": {
  707. "titleNView": {
  708. "buttons": [
  709. {
  710. "text": "确定",
  711. "color": "black",
  712. "fontSrc": "/static/fonts/iconfont.ttf",
  713. "fontSize": "16px"
  714. }
  715. ]
  716. }
  717. }
  718. }
  719. }
  720. ,{
  721. "path" : "pages/pay/collect_money",
  722. "style" : {}
  723. }
  724. ,{
  725. "path" : "pages/order/order",
  726. "style" : {
  727. "navigationBarTitleText": "订单中心"
  728. }
  729. }
  730. ,{
  731. "path" : "pages/order/detail",
  732. "style" : {
  733. "navigationBarTitleText": "订单详情"
  734. }
  735. }
  736. ,{
  737. "path" : "pages/my/hongbao_setting",
  738. "style" : {
  739. "navigationBarTitleText": "红包设置"
  740. }
  741. }
  742. ,{
  743. "path" : "pages/my/foget_trade_password",
  744. "style" : {
  745. "navigationBarTitleText": "忘记交易密码",
  746. "backgroundColor": "#ffffff"
  747. }
  748. },{
  749. "path" : "pages/my/input_trade_password",
  750. "style" : {
  751. "navigationBarTitleText": "忘记交易密码",
  752. "backgroundColor": "#ffffff"
  753. }
  754. },{
  755. "path" : "pages/chat/group_list",
  756. "style" : {
  757. "navigationBarTitleText": "选择提醒的人",
  758. "backgroundColor": "#ffffff"
  759. }
  760. },{
  761. "path" : "pages/chat/message/group_nickname",
  762. "style" : {
  763. "navigationBarTitleText": "我在本群中的昵称",
  764. "backgroundColor": "#ffffff",
  765. "app-plus": {
  766. "titleNView": {
  767. "buttons": [
  768. {
  769. "text": "保存",
  770. "color": "#9b9b9b",
  771. "fontSrc": "/static/fonts/iconfont.ttf",
  772. "fontSize": "16px"
  773. }
  774. ]
  775. }
  776. }
  777. }
  778. }
  779. ,{
  780. "path" : "pages/set/group_trans",
  781. "style" : {
  782. "navigationBarTitleText": "转让群",
  783. "backgroundColor": "#ffffff",
  784. "app-plus": {
  785. "titleNView": {
  786. "buttons": [
  787. {
  788. "text": "确认转让",
  789. "color": "#9b9b9b",
  790. "fontSrc": "/static/fonts/iconfont.ttf",
  791. "fontSize": "16px"
  792. }
  793. ]
  794. }
  795. }
  796. }
  797. }
  798. ,{
  799. "path" : "pages/set/copy_group",
  800. "style" : {
  801. "navigationBarTitleText": "一键复制群群主选择",
  802. "backgroundColor": "#ffffff",
  803. "app-plus": {
  804. "titleNView": {
  805. "buttons": [
  806. {
  807. "text": "确认",
  808. "color": "#9b9b9b",
  809. "fontSrc": "/static/fonts/iconfont.ttf",
  810. "fontSize": "16px"
  811. }
  812. ]
  813. }
  814. }
  815. }
  816. }
  817. ,{
  818. "path" : "pages/set/copy_tips",
  819. "style" : {
  820. "navigationBarTitleText": "一键复制新群",
  821. "backgroundColor": "#ffffff",
  822. "app-plus": {
  823. "titleNView": {
  824. }
  825. }
  826. }
  827. }
  828. ,{
  829. "path" : "pages/chat/message/red_list",
  830. "style" : {
  831. "navigationBarTitleText": "未领取红包列表",
  832. "backgroundColor": "#ffffff",
  833. "app-plus": {
  834. "titleNView": {
  835. }
  836. }
  837. }
  838. }
  839. ,{
  840. "path" : "pages/my/wallet/capital2",
  841. "style" : {
  842. "navigationBarBackgroundColor": "#eeeeee",
  843. "enablePullDownRefresh": true,
  844. "navigationBarTitleText": "账单明细",
  845. "backgroundColor": "#ffffff",
  846. "app-plus": {
  847. "titleNView": {
  848. }
  849. }
  850. }
  851. }
  852. ,{
  853. "path" : "pages/chat/message/qun_manage",
  854. "style" : {
  855. "navigationBarTitleText": "群管理",
  856. "backgroundColor": "#ffffff",
  857. "app-plus": {
  858. "titleNView": {
  859. }
  860. }
  861. }
  862. }
  863. ,{
  864. "path" : "pages/in/web",
  865. "style" : {
  866. "navigationBarTitleText": "使用条款和隐私政策",
  867. "backgroundColor": "#ffffff",
  868. "app-plus": {
  869. "titleNView": {
  870. }
  871. }
  872. }
  873. }
  874. ,{
  875. "path" : "pages/article/article",
  876. "style" : {
  877. "navigationBarTitleText": "帮助中心",
  878. "backgroundColor": "#ffffff",
  879. "app-plus": {
  880. "titleNView": {
  881. }
  882. }
  883. }
  884. }
  885. ,{
  886. "path" : "pages/article/detail",
  887. "style" : {}
  888. }
  889. ,{
  890. "path" : "pages/my/store",
  891. "style" : {
  892. "navigationBarTitleText": "我的收藏",
  893. "backgroundColor": "#ffffff",
  894. "app-plus": {
  895. "titleNView": {
  896. }
  897. }
  898. }
  899. }
  900. ,{
  901. "path" : "pages/my/store_info",
  902. "style" : {}
  903. }
  904. ,{
  905. "path" : "pages/my/store_detail",
  906. "style" : {
  907. "navigationBarTitleText": "收藏数据",
  908. "backgroundColor": "#ffffff",
  909. "app-plus": {
  910. "titleNView": {
  911. }
  912. }
  913. }
  914. }
  915. ,{
  916. "path" : "pages/my/store_item_info",
  917. "style" : {
  918. "navigationBarTitleText": "详情",
  919. "backgroundColor": "#ffffff",
  920. "app-plus": {
  921. "titleNView": {
  922. }
  923. }
  924. }
  925. },{
  926. "path" : "pages/my/trans_index",
  927. "style" : {
  928. "navigationBarTitleText": "会话",
  929. "backgroundColor": "#ffffff",
  930. "app-plus": {
  931. "titleNView": {
  932. }
  933. }
  934. }
  935. }
  936. ],
  937. "globalStyle": {
  938. "navigationBarTextStyle": "black",
  939. "navigationBarTitleText": "",
  940. "navigationBarBackgroundColor": "white",
  941. "backgroundColor": "#eeeef0"
  942. },
  943. "tabBar": {
  944. "color": "#2c2c2c",
  945. "selectedColor": "#57BE6A",
  946. "borderStyle": "black",
  947. "backgroundColor": "#ffffff",
  948. "fontSize": "13px",
  949. "list": [
  950. {
  951. "pagePath": "pages/chat/index",
  952. "iconPath": "static/theme/default/tabBar/1_0.png",
  953. "selectedIconPath": "static/theme/default/tabBar/1_1.png",
  954. "text": "消息"
  955. },
  956. {
  957. "pagePath": "pages/friend/index",
  958. "iconPath": "static/theme/default/tabBar/2_0.png",
  959. "selectedIconPath": "static/theme/default/tabBar/2_1.png",
  960. "text": "通讯录"
  961. },
  962. {
  963. "pagePath": "pages/push/game",
  964. "iconPath": "static/theme/default/tabBar/3_0.png",
  965. "selectedIconPath": "static/theme/default/tabBar/3_1.png",
  966. "text": "发现"
  967. },
  968. {
  969. "pagePath": "pages/my/index",
  970. "iconPath": "static/theme/default/tabBar/4_0.png",
  971. "selectedIconPath": "static/theme/default/tabBar/4_1.png",
  972. "text": "我"
  973. }
  974. ]
  975. },
  976. "condition": {
  977. //模式配置,仅开发期间生效
  978. "current": 0,
  979. //当前激活的模式(list 的索引项)
  980. "list": [
  981. {
  982. "name": "",
  983. //模式名称
  984. "path": "",
  985. //启动页面,必选
  986. "query": ""
  987. //启动参数,在页面的onLoad函数里面得到
  988. }
  989. ]
  990. }
  991. }