完成大概流程

This commit is contained in:
梁泽军
2025-01-17 18:13:17 +08:00
parent c55d13ebeb
commit bbcd5ad611
34 changed files with 274 additions and 116 deletions

View File

@@ -51,7 +51,7 @@ const indexFn = (item) => {
showMyPrize.value = true;
}
if (item.action == "start") {
showQuestion.value = true;
showQuestionList.value = true;
}
if (item.action == "showRule") {
@@ -79,7 +79,7 @@ const myPrizeFn = (item) => {
};
const QuestionListRef= ref(null)
const showQuestionList = ref(true);
const showQuestionList = ref(false);
const questionListFn = (item) => {
if (item.action == "hide") {
showQuestionList.value = false;