pages.json 1.7 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "pages": [
  3. {"path": "pages/index/index", "style": {"navigationBarTitleText": "数字能量"}},
  4. {"path": "pages/records/index", "style": {"navigationBarTitleText": "分析记录"}},
  5. {"path": "pages/profile/index", "style": {"navigationBarTitleText": "我的"}},
  6. {"path": "pages/payment/index", "style": {"navigationBarTitleText": "VIP 开通"}},
  7. {"path": "pages/profile/edit", "style": {"navigationBarTitleText": "编辑资料"}},
  8. {"path": "pages/chart/index", "style": {"navigationBarTitleText": "命盘分析"}},
  9. {"path": "pages/login/index", "style": {"navigationBarTitleText": "微信登录"}},
  10. {"path": "pages/subscribe/index", "style": {"navigationBarTitleText": "开通能量师"}},
  11. {"path": "pages/commission/index", "style": {"navigationBarTitleText": "我的推广", "enablePullDownRefresh": true, "backgroundColor": "#0c0a1a"}},
  12. {"path": "pages/withdraw/index", "style": {"navigationBarTitleText": "提现"}}
  13. ],
  14. "globalStyle": {
  15. "navigationBarTextStyle": "black",
  16. "navigationBarTitleText": "数字能量学",
  17. "navigationBarBackgroundColor": "#F8F8F8",
  18. "backgroundColor": "#F8F8F8"
  19. },
  20. "tabBar": {
  21. "color": "#999",
  22. "selectedColor": "#3B82F6",
  23. "backgroundColor": "#FFFFFF",
  24. "borderStyle": "black",
  25. "list": [
  26. {"pagePath": "pages/index/index", "text": "首页", "iconPath": "static/home.png", "selectedIconPath": "static/home-active.png"},
  27. {"pagePath": "pages/records/index", "text": "记录", "iconPath": "static/records.png", "selectedIconPath": "static/records-active.png"},
  28. {"pagePath": "pages/profile/index", "text": "我的", "iconPath": "static/profile.png", "selectedIconPath": "static/profile-active.png"}
  29. ]
  30. }
  31. }