| 12345678910111213141516171819202122232425262728293031 |
- {
- "pages": [
- {"path": "pages/index/index", "style": {"navigationBarTitleText": "数字能量"}},
- {"path": "pages/records/index", "style": {"navigationBarTitleText": "分析记录"}},
- {"path": "pages/profile/index", "style": {"navigationBarTitleText": "我的"}},
- {"path": "pages/payment/index", "style": {"navigationBarTitleText": "VIP 开通"}},
- {"path": "pages/profile/edit", "style": {"navigationBarTitleText": "编辑资料"}},
- {"path": "pages/chart/index", "style": {"navigationBarTitleText": "命盘分析"}},
- {"path": "pages/login/index", "style": {"navigationBarTitleText": "微信登录"}},
- {"path": "pages/subscribe/index", "style": {"navigationBarTitleText": "开通能量师"}},
- {"path": "pages/commission/index", "style": {"navigationBarTitleText": "我的推广", "enablePullDownRefresh": true, "backgroundColor": "#0c0a1a"}},
- {"path": "pages/withdraw/index", "style": {"navigationBarTitleText": "提现"}}
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "数字能量学",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#999",
- "selectedColor": "#3B82F6",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "list": [
- {"pagePath": "pages/index/index", "text": "首页", "iconPath": "static/home.png", "selectedIconPath": "static/home-active.png"},
- {"pagePath": "pages/records/index", "text": "记录", "iconPath": "static/records.png", "selectedIconPath": "static/records-active.png"},
- {"pagePath": "pages/profile/index", "text": "我的", "iconPath": "static/profile.png", "selectedIconPath": "static/profile-active.png"}
- ]
- }
- }
|