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