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