| 
					
				 | 
			
			
				@@ -309,7 +309,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       iiframe.contentWindow.testdoContinuousPronunciationAssessment(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // 录音开始 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let flag = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      iiframe.contentWindow.onRecognizedResult = e => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      iiframe.contentWindow.onRecognizing = e => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // let e = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // 	privText:"测试测试" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -348,7 +348,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         console.log("停止录音", e); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.recordedForm.audioBlob.push(e.preaudio); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         iiframe.contentWindow.onSessionStopped = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        iiframe.contentWindow.onRecognizedResult = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        iiframe.contentWindow.onRecognizing = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         _resolve(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       return p; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -439,7 +439,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.uploadFile(file, { changeText: false, flag: true }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           iiframe.contentWindow.onSessionStopped = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          iiframe.contentWindow.onRecognizedResult = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          iiframe.contentWindow.onRecognizing = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } else if (this.recordedForm.status == 2) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //暂停录音时 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -535,7 +535,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			// 录音开始 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let flag = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       // 录音开始 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      iiframe.contentWindow.onRecognizedResult = e => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      iiframe.contentWindow.onRecognizing = e => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.recordedForm.endTime = this.recordedForm.timeDuration; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (flag) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.controlsStatus = 1; 
			 |