SanHQin 10 tháng trước cách đây
mục cha
commit
1452df46c4

+ 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("已开始录音");