浏览代码

音频上传后,显示已上传

Michael Wang 5 年之前
父节点
当前提交
ea53dbac89
共有 1 个文件被更改,包括 2 次插入1 次删除
  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>