Kaynağa Gözat

模糊时间

y595705120 1 ay önce
ebeveyn
işleme
74cfd73fd1

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

@@ -124,7 +124,7 @@ import { config } from "shelljs";
       },
       updateBlurtime(){
          this.onblurTime = Date.now() + 15*60 * 1000
-         console.log("updateBlurtime", this.onblurTimes)
+         console.log("updateBlurtime", this.onblurTime)
       },
       startMonitor() {
         let that = this
@@ -163,7 +163,6 @@ import { config } from "shelljs";
         if( this.media.isFinish )  return;
 
         if( !force && !this.onPlay ) return;
-        console.log("tick", this.onblurTime )
         if( this.onblurTime < Date.now() ){
           this.tickWait();
           return