|
@@ -167,35 +167,35 @@
|
|
|
"backgroundColor": "#f4f2f2",
|
|
|
"onReachBottomDistance": 100
|
|
|
},
|
|
|
- "tabBar": {
|
|
|
- "color": "#515151",
|
|
|
- "selectedColor": "#78c6ff",
|
|
|
- "borderStyle": "black",
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
- "list": [{
|
|
|
- "pagePath": "pages/index/index",
|
|
|
- "iconPath": "static/tabBar/icon_learn01.png",
|
|
|
- "selectedIconPath": "static/tabBar/icon_learn02.png",
|
|
|
- "text": "首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/issue/index",
|
|
|
- "iconPath": "static/tabBar/icon_wiki01.png",
|
|
|
- "selectedIconPath": "static/tabBar/icon_wiki02.png",
|
|
|
- "text": "发布"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/message/index",
|
|
|
- "iconPath": "static/tabBar/icon_exam01.png",
|
|
|
- "selectedIconPath": "static/tabBar/icon_exam02.png",
|
|
|
- "text": "消息"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/mine/index",
|
|
|
- "iconPath": "static/tabBar/icon_profile01.png",
|
|
|
- "selectedIconPath": "static/tabBar/icon_profile02.png",
|
|
|
- "text": "我的"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#515151",
|
|
|
+ "selectedColor": "#01C30B",
|
|
|
+ "borderStyle": "black",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "iconPath": "static/tabBar/icon_home01.png",
|
|
|
+ "selectedIconPath": "static/tabBar/icon_home02.png",
|
|
|
+ "text": "首页"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/issue/index",
|
|
|
+ "iconPath": "static/tabBar/icon_issue01.png",
|
|
|
+ "selectedIconPath": "static/tabBar/icon_issue02.png",
|
|
|
+ "text": "发布"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/message/index",
|
|
|
+ "iconPath": "static/tabBar/icon_message01.png",
|
|
|
+ "selectedIconPath": "static/tabBar/icon_message02.png",
|
|
|
+ "text": "消息"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/mine/index",
|
|
|
+ "iconPath": "static/tabBar/icon_mine01.png",
|
|
|
+ "selectedIconPath": "static/tabBar/icon_mine02.png",
|
|
|
+ "text": "我的"
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
}
|