一、底部tab
app.json
"tabBar": {
"color": "#ccc",
"selectedColor": "#35495e",
"borderStyle": "white",
"backgroundColor": "#f9f9f9",
"list": [
{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "images/index.png",
"selectedIconPath": "images/index-hover.png"
},
{
"text": "目录",
"pagePath": "pages/logs/logs",
"iconPath": "images/add.png",
"selectedIconPath": "images/add-hover.png"
}
]
}
网友评论