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 + } } // 检查今日是否已看过