fix(游戏王): 修复每日弹窗状态不更新的情况
This commit is contained in:
parent
ef87498bf2
commit
4ff75403f0
@ -1060,14 +1060,14 @@ const openPopup = (type) => {
|
|||||||
const closedPopup = () => {
|
const closedPopup = () => {
|
||||||
console.log('点击关闭弹窗')
|
console.log('点击关闭弹窗')
|
||||||
|
|
||||||
// 关闭所有弹窗
|
|
||||||
helpShow.value = false
|
|
||||||
dailyPopUpShow.value = false
|
|
||||||
|
|
||||||
// 此时打开的是每日弹窗,设置为已看过
|
// 此时打开的是每日弹窗,设置为已看过
|
||||||
if (dailyPopUpShow.value) {
|
if (dailyPopUpShow.value) {
|
||||||
checkStatus.value = true
|
checkStatus.value = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 关闭所有弹窗
|
||||||
|
helpShow.value = false
|
||||||
|
dailyPopUpShow.value = false
|
||||||
}
|
}
|
||||||
|
|
||||||
// 检查今日是否已看过
|
// 检查今日是否已看过
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user