提交 474bd362 编写于 作者: Q qiang

chore: build

上级 31e57067
...@@ -6208,6 +6208,7 @@ var serviceContext = (function () { ...@@ -6208,6 +6208,7 @@ var serviceContext = (function () {
} }
const TABBAR_HEIGHT = 50; const TABBAR_HEIGHT = 50;
const isIOS$1 = plus.os.name === 'iOS';
let config; let config;
/** /**
...@@ -6379,7 +6380,7 @@ var serviceContext = (function () { ...@@ -6379,7 +6380,7 @@ var serviceContext = (function () {
// tabBar是否遮挡内容区域 // tabBar是否遮挡内容区域
get cover () { get cover () {
const array = ['extralight', 'light', 'dark']; const array = ['extralight', 'light', 'dark'];
return array.indexOf(config.blurEffect) >= 0 return isIOS$1 && 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.
先完成此消息的编辑!
想要评论请 注册