From 2c6cb7863198c2974626283da81eb13f71693230 Mon Sep 17 00:00:00 2001 From: pangluotong <123456@163.com> Date: Mon, 21 Jul 2025 15:27:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=E6=97=A0=E5=85=B3?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/choujiang/lottery/Lottery3D.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/choujiang/lottery/Lottery3D.vue b/src/views/choujiang/lottery/Lottery3D.vue index 7299186..4827515 100644 --- a/src/views/choujiang/lottery/Lottery3D.vue +++ b/src/views/choujiang/lottery/Lottery3D.vue @@ -769,7 +769,7 @@ onMounted(async () => { }, 500); window.addEventListener("resize", onWindowResize); - swapInterval.value = setInterval(swapCardContents, swapIntervalTime.value); +// swapInterval.value = setInterval(swapCardContents, swapIntervalTime.value); }); onBeforeUnmount(() => { @@ -780,10 +780,10 @@ onBeforeUnmount(() => { clearTimeout(highlightTimeout); highlightTimeout = null; } - if (swapInterval.value) { - clearInterval(swapInterval.value); - swapInterval.value = null; - } + // if (swapInterval.value) { + // clearInterval(swapInterval.value); + // swapInterval.value = null; + // } }); function render() {