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