From 93b163e843f4ee7362762afaf353d8e2fb5858d1 Mon Sep 17 00:00:00 2001 From: qiang Date: Thu, 9 Jun 2022 19:40:06 +0800 Subject: [PATCH] chore: build --- packages/uni-app-plus/dist/index.v3.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/uni-app-plus/dist/index.v3.js b/packages/uni-app-plus/dist/index.v3.js index e952e3a77..4f273b290 100644 --- a/packages/uni-app-plus/dist/index.v3.js +++ b/packages/uni-app-plus/dist/index.v3.js @@ -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({ -- GitLab