From a0dd5addbc8ce090b2a30fc0580c07469a3a767c Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Mon, 3 Apr 2023 16:10:28 +0800 Subject: [PATCH] 123 --- src/common/utils.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/utils.js b/src/common/utils.js index 2176f49..9aa74ce 100644 --- a/src/common/utils.js +++ b/src/common/utils.js @@ -8,7 +8,6 @@ export const handleScreenAuto = (showEmpty, id) => { handleBottomFont(id, scale) handleImgScale(id, scale) handleCooperation(id, scale) - handleSwiper(id, scale) showEmpty.value = false } else { if (clientHeight >= 1764) { @@ -17,7 +16,6 @@ export const handleScreenAuto = (showEmpty, id) => { handleBottomFont(id, scale) handleImgScale(id, scale) handleCooperation(id, scale) - handleSwiper(id, scale) showEmpty.value = false } else { if (clientHeight >= 1323) { @@ -26,7 +24,6 @@ export const handleScreenAuto = (showEmpty, id) => { handleBottomFont(id, scale) handleImgScale(id, scale) handleCooperation(id, scale) - handleSwiper(id, scale) showEmpty.value = false } else { const scale = 1080 / clientHeight @@ -34,7 +31,6 @@ export const handleScreenAuto = (showEmpty, id) => { handleBottomFont(id, scale) handleImgScale(id, scale) handleCooperation(id, scale) - handleSwiper(id, scale) showEmpty.value = false } }