Ver Fonte

'normal'

y595705120 há 3 anos atrás
pai
commit
bc6b6291a3
1 ficheiros alterados com 1 adições e 1 exclusões
  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 ){