pages.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "量化交易大师"
  7. }
  8. },
  9. {
  10. "path": "pages/login/login",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "pages/pool/pool",
  17. "style": {
  18. "navigationBarTitleText": "量化交易大师"
  19. }
  20. },
  21. {
  22. "path": "pages/strong/strong",
  23. "style": {
  24. "navigationBarTitleText": "量化交易大师"
  25. }
  26. },
  27. {
  28. "path": "pages/rank/rank",
  29. "style": {
  30. "navigationBarTitleText": "量化交易大师"
  31. }
  32. },
  33. {
  34. "path": "pages/mine/mine",
  35. "style": {
  36. "navigationBarTitleText": "量化交易大师"
  37. }
  38. },
  39. {
  40. "path": "pages/profile/edit",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/order/order",
  47. "style": {
  48. "navigationStyle": "custom"
  49. }
  50. },
  51. {
  52. "path": "pages/admin/shortPool",
  53. "style": {
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/agreement/agreement",
  59. "style": {
  60. "navigationBarTitleText": "协议"
  61. }
  62. },
  63. {
  64. "path": "pages/history/history",
  65. "style": {
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/contact/contact",
  71. "style": {
  72. "navigationBarTitleText": "联系我们"
  73. }
  74. },
  75. {
  76. "path": "pages/goodsInfo/goodsInfo",
  77. "style": {
  78. "navigationBarTitleText": "商品详情"
  79. }
  80. }
  81. ],
  82. "globalStyle": {
  83. "navigationBarBackgroundColor": "#ffffff",
  84. "navigationBarTextStyle": "black",
  85. "navigationBarTitleText": "量化交易大师",
  86. "backgroundColor": "#f5f6fb",
  87. "titleNView": {
  88. "titleColor": "#3F51F7",
  89. "titleSize": "18",
  90. "titleWeight": "800"
  91. }
  92. },
  93. "tabBar": {
  94. "custom": true, // 👈 关键:启用自定义 tabBar
  95. "color": "#999999",
  96. "selectedColor": "#5d55e8",
  97. "backgroundColor": "#ffffff",
  98. "list": [
  99. {
  100. "pagePath": "pages/index/index",
  101. "text": "打分查询",
  102. "iconPath": "/static/images/tab_search.png",
  103. "selectedIconPath": "/static/images/tab_search_active.png"
  104. },
  105. {
  106. "pagePath": "pages/pool/pool",
  107. "text": "超短池",
  108. "iconPath": "/static/images/tab_short.png",
  109. "selectedIconPath": "/static/images/tab_short_active.png"
  110. },
  111. {
  112. "pagePath": "pages/strong/strong",
  113. "text": "强势池",
  114. "iconPath": "/static/images/tab_strong.png",
  115. "selectedIconPath": "/static/images/tab_strong_active.png"
  116. },
  117. {
  118. "pagePath": "pages/rank/rank",
  119. "text": "我的自选",
  120. "iconPath": "/static/images/tab_rank.png",
  121. "selectedIconPath": "/static/images/tab_rank_active.png"
  122. },
  123. {
  124. "pagePath": "pages/mine/mine",
  125. "text": "个人中心",
  126. "iconPath": "/static/images/tab_mine.png",
  127. "selectedIconPath": "/static/images/tab_mine_active.png"
  128. }
  129. ]
  130. }
  131. }