test(游戏王活动): 苹果端测试弹窗关闭按钮

This commit is contained in:
hzj 2026-03-16 11:58:19 +08:00
parent 3bd622f38c
commit e3aaacbb89

View File

@ -1047,14 +1047,16 @@ const openPopup = (type) => {
// //
const closedPopup = () => { const closedPopup = () => {
// console.log('点击关闭弹窗')
if (dailyPopUpShow.value) {
checkStatus.value = true
}
// //
helpShow.value = false helpShow.value = false
dailyPopUpShow.value = false dailyPopUpShow.value = false
//
if (dailyPopUpShow.value) {
checkStatus.value = true
}
} }
// //