ZhangXianQiang
2024-07-01 60e637aa425a76b452009d0720fce32225c4629f
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 && question.answerList.length),
    active: currentType.value === type && currentIndex.value === index
  }
}