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