tabBar全局无法显示问题
- 需求的场景描述(希望解决的问题)
{
“pages”: [
“index/index”,
“test1/test1”,
“test2/test2”
],
“window”: {
“backgroundTextStyle”: “light”,
“navigationBarBackgroundColor”: “#fff”,
“navigationBarTitleText”: “WeChat”,
“navigationBarTextStyle”: “black”
},
“tabBar”: {
“color”: “#a9b7b7”,
“selectedColor”: “#11cd6e”,
“borderStyle”: “white”,
“list”: [
{
“pagePath”: “test1/test1”,
“text”: “主页”
},
{
“pagePath”: “test2/test2”,
“text”: “我的”
}
]
}
}
无法显示tabbar
3 回复