|
@@ -648,11 +648,12 @@ export default {
|
|
|
time >= this.resArr.timeList[this.playSentIndex].e ||
|
|
|
time <= this.resArr.timeList[this.playSentIndex].s
|
|
|
) {
|
|
|
- this.curTime = this.resArr.timeList[this.playSentIndex].s;
|
|
|
- this.$refs.audioLine.onTimeupdateTime(
|
|
|
- this.resArr.timeList[this.playSentIndex].s / 1000,
|
|
|
- true
|
|
|
- );
|
|
|
+ // this.curTime = this.resArr.timeList[this.playSentIndex].s;
|
|
|
+ // this.$refs.audioLine.onTimeupdateTime(
|
|
|
+ // this.resArr.timeList[this.playSentIndex].s / 1000,
|
|
|
+ // true
|
|
|
+ // );
|
|
|
+ this.$refs.audioLine.StopAudio();
|
|
|
} else {
|
|
|
this.curTime = curTime * 1000;
|
|
|
}
|
|
@@ -762,7 +763,7 @@ export default {
|
|
|
if (flag) {
|
|
|
this.showEd = false;
|
|
|
if (!this.microphoneStatus) {
|
|
|
- this.microphone();
|
|
|
+ // this.microphone();
|
|
|
}
|
|
|
}
|
|
|
},
|