完成加载页、首页、答题页逻辑,待处理动画

This commit is contained in:
Andy Leong
2024-02-03 03:46:26 +08:00
parent c342ae3a01
commit dcb524eb5a
56 changed files with 406 additions and 508 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;
@@ -211,7 +211,7 @@ onMounted(() => {
});
}
} else {
showLoad.value = true;
// showLoad.value = true;
createBGM();
}
});