更改答题页页面
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user