y595705120 hace 3 años
padre
commit
bc6b6291a3
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

@@ -40,6 +40,7 @@
       dialog( showDilog ){
         if( !showDilog){
           this.doPause()
+          this.isReady = false
         }
       }
     },
@@ -85,7 +86,6 @@
           let playRate = 1 + (+this.media.playRate/100);
           myPlayer.playbackRate(playRate)
         }
-        // myPlayer.playbackRate(1.3)
         this.isReady = true
       },
       onPlayerTimeupdate( player ){