更改答题页页面

This commit is contained in:
Andy Leong
2024-02-20 14:01:48 +08:00
parent 7874eef8a6
commit b08ecc8b31
16 changed files with 163 additions and 83 deletions

View File

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