소스 검색

loading的问题

SanHQin 1 년 전
부모
커밋
35f40cb7ce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/pages/classroomObservation/components/chatArea.vue

+ 1 - 1
src/components/pages/classroomObservation/components/chatArea.vue

@@ -914,7 +914,7 @@ export default {
 					this.recordedForm.audioBlob.push(e.preaudio);
 					iiframe.contentWindow.onSessionStopped = null;
 					iiframe.contentWindow.onRecognizedResult = null;
-					this.this.recordedForm.loading = false;
+					this.recordedForm.loading = false;
 				};
 				// this.recordedForm.status = 2;
 				// clearInterval(this.recordedForm.timer)