y595705120 hace 3 años
padre
commit
fc5cb352d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/containers/center/play/components/media.vue

+ 1 - 1
src/containers/center/play/components/media.vue

@@ -86,7 +86,7 @@
       onPlayerTimeupdate( player ){
         let myPlayer = this.$refs.videoPlayer.player;
         let curTimes = player.cache_.currentTime;
-        if( curTimes > this.media.position+15 ){
+        if( curTimes > this.media.position+15 && !this.media.isFinish){
           console.log("return", curTimes, this.media.position )
           player.currentTime( this.media.position );
           return;