Explorar o código

音频上传后,显示已上传

Michael Wang %!s(int64=5) %!d(string=hai) anos
pai
achega
ea53dbac89
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/features/OnlineExam/Examing/TextQuestionView.vue

+ 2 - 1
src/features/OnlineExam/Examing/TextQuestionView.vue

@@ -78,7 +78,8 @@
                 >扫描二维码后,在微信小程序上录音,并上传录音。
               </div>
               <div v-if="qrScanned" style="margin-top: 30px; font-size: 30px;">
-                已扫描 <Icon type="md-checkmark" />
+                {{ this.examQuestion.studentAnswer ? "已上传" : "已扫描" }}
+                <Icon type="md-checkmark" />
               </div>
             </div>
           </div>