test(游戏王活动): 苹果端测试弹窗关闭按钮
This commit is contained in:
parent
3bd622f38c
commit
e3aaacbb89
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
// 检查今日是否已看过
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user