瀏覽代碼

播放器

y595705120 4 天之前
父節點
當前提交
032b8c531d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/containers/center/play/components/media.vue

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

@@ -154,7 +154,7 @@
       startTick() {
         let tick = this.tryTick;
         if (this.timer) clearInterval(this.timer);
-        this.timer = setInterval(tick, 10 * 1000);
+        this.timer = setInterval(tick, 5 * 1000);
       },
       stopTick() {
         if (this.timer) clearInterval(this.timer);