From 4ff75403f093016945c2463ee1b705ccf556eebb Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 2 Apr 2026 15:46:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B8=B8=E6=88=8F=E7=8E=8B):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=AF=8F=E6=97=A5=E5=BC=B9=E7=AA=97=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=B8=8D=E6=9B=B4=E6=96=B0=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Ranking/GamesKing/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/Ranking/GamesKing/index.vue b/src/views/Ranking/GamesKing/index.vue index b33d606..e4f2dc7 100644 --- a/src/views/Ranking/GamesKing/index.vue +++ b/src/views/Ranking/GamesKing/index.vue @@ -1060,14 +1060,14 @@ const openPopup = (type) => { const closedPopup = () => { console.log('点击关闭弹窗') - // 关闭所有弹窗 - helpShow.value = false - dailyPopUpShow.value = false - // 此时打开的是每日弹窗,设置为已看过 if (dailyPopUpShow.value) { checkStatus.value = true } + + // 关闭所有弹窗 + helpShow.value = false + dailyPopUpShow.value = false } // 检查今日是否已看过