提交 5ddd8e5d 编写于 作者: Q qiang

Revert "fix: 安卓适配 tabbar blurEffect"

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