完整逻辑

This commit is contained in:
XGL-THINKPAD-X1\rucky
2024-02-20 15:23:32 +08:00
parent b08ecc8b31
commit 25fbf95e2c
3 changed files with 31 additions and 13 deletions

View File

@@ -57,7 +57,7 @@ const indexFn = (item) => {
}
};
const showQuestion = ref(true);
const showQuestion = ref(false);
const questionFn = (item) => {
if (item.action == "hide") {
showQuestion.value = false;
@@ -209,7 +209,7 @@ onMounted(() => {
});
}
} else {
// showLoad.value = true;
showLoad.value = true;
createBGM();
}
});