完成大概流程
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user