src/views/exam/components/answer-main/answer-single/index.vue
@@ -44,8 +44,11 @@ }; const answerState = (item) => { if(activeQuestion.value.answer === item.prefix) { item.isActive = true; } return { active: item.isActive active: item.isActive || item.prefix === activeQuestion.value.answer }; };