ZhangXianQiang
2024-06-28 96a3cc03d4a01366135fad937292647c413d26d0
src/views/exam/components/answer-sheet/index.vue
@@ -28,7 +28,7 @@
const itemClass = (question,type,index) => {
  return {
    answer: question.correct,
    answer: question.answer || question.answerList,
    active: currentType.value === type && currentIndex.value === index
  }
}