ZhangXianQiang
2024-06-19 d95c23683388adbb8bd511f6d5da52bbec16ffd0
src/views/exam/components/answer-main/answer-multiple/index.vue
@@ -23,7 +23,10 @@
const examStore = useExamStore();
const {currentIndex,activeQuestion} = storeToRefs(examStore);
const {currentIndex} = storeToRefs(examStore);
const activeQuestion = ref(examStore.getActiveQuestion);
const answerClick = (item) => {
  if(item) {
    // resetAnswer();