提交 93b163e8 编写于 作者: Q qiang

chore: build

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