tabBar切换后面的颜色不变化
- 当前 Bug 的表现(可附上截图)
- 预期表现
第二张图圈起来的地方应该是蓝色
- 复现路径
- 提供一个最简复现 Demo
“tabBar”:{
“backgroundColor”:"#000f17",
“color”:"#fff",
“selectedColor”:"#00a2f3",
“list”:[{
“pagePath”:“pages/index/index”,
“text”:“首页”,
“iconPath”:“images/index-1.png”,
“selectedIconPath”:“images/index.png”
},
{
“pagePath”: “pages/logs/logs”,
“text”: “日志”,
“iconPath”: “images/rizhi-1.png”,
“selectedIconPath”: “images/rizhi.png”
}]
}