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