From e3aaacbb890870f261d6e8649777c601a6a8f1a4 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 16 Mar 2026 11:58:19 +0800 Subject: [PATCH] =?UTF-8?q?test(=E6=B8=B8=E6=88=8F=E7=8E=8B=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8):=20=E8=8B=B9=E6=9E=9C=E7=AB=AF=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Ranking/GamesKing/index.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/Ranking/GamesKing/index.vue b/src/views/Ranking/GamesKing/index.vue index 1117a38..2e21bd0 100644 --- a/src/views/Ranking/GamesKing/index.vue +++ b/src/views/Ranking/GamesKing/index.vue @@ -1047,14 +1047,16 @@ const openPopup = (type) => { // 关闭弹窗 const closedPopup = () => { - // 此时打开的是每日弹窗,设置为已看过 - if (dailyPopUpShow.value) { - checkStatus.value = true - } + console.log('点击关闭弹窗') // 关闭所有弹窗 helpShow.value = false dailyPopUpShow.value = false + + // 此时打开的是每日弹窗,设置为已看过 + if (dailyPopUpShow.value) { + checkStatus.value = true + } } // 检查今日是否已看过