SanHQin 10 月之前
父节点
当前提交
1452df46c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/pages/classroomObservation/components/chatArea.vue

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

@@ -691,7 +691,7 @@ export default {
 					});
 			} else if (this.controlsStatus != 1 && this.recordedForm.status == 0) {
 				let iiframe = this.$refs["iiframe"];
-				// iiframe.contentWindow.testdoContinuousPronunciationAssessment();
+				iiframe.contentWindow.testdoContinuousPronunciationAssessment();
 				this.controlsStatus = 1;
 				this.recordedForm.status = 1;
 				this.$message.success("已开始录音");