"tabBar": {
"color": "#ccc",
"selectedColor": "#35495e",
"borderStyle": "white",
"backgroundColor": "#f9f9f9",
"list": [{
"pagePath": "pages/Home/Home",
"text": "推荐",
"iconPath": "",
"selectedIconPath": ""
},{
"pagePath": "pages/Announce/Announce",
"text": "+",
"iconPath": "",
"selectedIconPath": ""
},{
"pagePath": "pages/My/My",
"text": "我的",
"iconPath": "",
"selectedIconPath": ""
}]
}
在app.json加入上面的代码,注意list至少要2个