|
@@ -227,7 +227,7 @@ export default {
|
|
|
_this.$refs[audioId].addEventListener("pause", function () {
|
|
|
_this.audio.playing = false;
|
|
|
_this.audio.isPlaying = false;
|
|
|
- if (_this.hideSlider && _this.audio.currentTime + 0.5 > _this.ed) {
|
|
|
+ if (_this.hideSlider && _this.audio.currentTime + 0.2 > _this.ed) {
|
|
|
_this.$emit("handleChangeStopAudio", false);
|
|
|
}
|
|
|
_this.$emit("handleListenRead", false);
|
|
@@ -344,7 +344,7 @@ export default {
|
|
|
}, 50);
|
|
|
} else {
|
|
|
if (this.hideSlider) {
|
|
|
- if (this.audio.currentTime + 0.5 > this.ed) {
|
|
|
+ if (this.audio.currentTime + 0.2 > this.ed) {
|
|
|
this.$refs[audioId].pause();
|
|
|
this.$emit("handleChangeStopAudio", false);
|
|
|
}
|