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);