This commit is contained in:
2023-08-26 14:10:16 +08:00
parent 77de5d5d6e
commit c3e6002ca3
9 changed files with 95 additions and 45 deletions

View File

@@ -116,8 +116,10 @@
clickAnswer: item.trueAnswer
}
})
this.$refs.question.isShowBest(true)
this.$refs.question.getQuestionList(JSON.stringify(list))
} else {
this.$refs.question.isShowBest(false)
this.$refs.question.getQuestionList(JSON.stringify(this.questionArr))
}
},