| @@ -819,9 +819,7 @@ | |||||
| this.datetiem = res[0].receptionTime; | this.datetiem = res[0].receptionTime; | ||||
| this.Alladdtodigest = res[0].status; | this.Alladdtodigest = res[0].status; | ||||
| this.zyAudio() | this.zyAudio() | ||||
| setTimeout(() => { | |||||
| this.getCorpusAnalysis(info) | |||||
| }, 150) | |||||
| this.getCorpusAnalysis(info) | |||||
| } | } | ||||
| }) | }) | ||||
| }, | }, | ||||
| @@ -898,9 +896,11 @@ | |||||
| res.message.forEach(asd => { | res.message.forEach(asd => { | ||||
| asd.isshow = false; | asd.isshow = false; | ||||
| }) | }) | ||||
| }) | |||||
| var itc = parseInt(info.bg / 1000) | |||||
| this.adasdasdasd(itc) | |||||
| }) | |||||
| setTimeout(() => { | |||||
| var itc = parseInt(info.bg / 1000) | |||||
| this.adasdasdasd(itc) | |||||
| }, 1500) | |||||
| } | } | ||||
| }) | }) | ||||
| }, | }, | ||||