提交 31e57067 编写于 作者: Q qiang

Revert "fix: 安卓适配 tabbar blurEffect"

This reverts commit d9d3ab5c.
上级 1c63672d
......@@ -180,7 +180,7 @@ export default {
// tabBar是否遮挡内容区域
get cover () {
const array = ['extralight', 'light', 'dark']
return array.indexOf(config.blurEffect) >= 0
return isIOS && array.indexOf(config.blurEffect) >= 0
},
setStyle ({ mask }) {
tabBar.setMask({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册