Browse Source

修复音频作答bug

lideyin 6 years ago
parent
commit
2440860367
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/oe/views/examPaperDetail.vue

+ 1 - 1
src/modules/oe/views/examPaperDetail.vue

@@ -59,7 +59,7 @@
                 <span v-html="questionUnit.correctAnswer"></span>
               </div>
               <div
-                v-if="questionUnit.answerType!=='SINGLE_AUDIO'"
+                v-if="questionUnit.answerType!=='SINGLE_AUDIO' || (questionUnit.answerType==='SINGLE_AUDIO' && (questionUnit.studentAnswer==null || questionUnit.studentAnswer==''))"
                 style="color: blue;font-weight: bold;"
               >
                 学生答案: