如图,第四行配置了blurEffect即会出现,去掉后正常
"tabBar": {
"iconWidth": "40px",
"height": "60px",
"backgroundColor": "#e1e1e1",
"blurEffect": "extralight",
"list": [{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/index2/index2",
"text": "游戏中心"
}
]
}