tabBar配置
"tabBar": {
"color": "#888888",
"selectedColor": "#fff",
"borderStyle": "black",
"backgroundColor": "#223372",
"position": "bottom",
"list": [{
"pagePath": "pages/home/index",
"iconPath": "static/tabImg/tabbar_icon_home_default.png",
"selectedIconPath": "static/tabImg/tabbar_icon_home_selected.png",
"text": "主页"
},
{
"pagePath": "pages/activity/index",
"iconPath": "static/tabImg/tabbar_icon_activity_default.png",
"selectedIconPath": "static/tabImg/tabbar_icon_activity_selected.png",
"text": "活动"
},
{
"pagePath": "pages/news/index",
"iconPath": "static/tabImg/tabbar_icon_message_default.png",
"selectedIconPath": "static/tabImg/tabbar_icon_message_selected.png",
"text": "消息"
}, {
"pagePath": "pages/user/index",
"iconPath": "static/tabImg/tabbar_icon_mine_default.png",
"selectedIconPath": "static/tabImg/tabbar_icon_mine_selected.png",
"text": "我的"
}
]
},
0 个回复