|
@@ -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)
|