提交 ba7d52a5 编写于 作者: Q qiang

Revert "Revert "fix: 安卓适配 tabbar blurEffect""

This reverts commit 31e57067.
上级 f8c3e374
...@@ -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 isIOS && array.indexOf(config.blurEffect) >= 0 return 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.
先完成此消息的编辑!
想要评论请 注册