ZhangXianQiang
2024-06-19 1a20a2c7a9e1ba9a0ffb83fb3d09ee7215d260c4
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();