谢杰标 2 лет назад
Родитель
Сommit
700426256d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages3/polyv/detail.vue

+ 1 - 1
pages3/polyv/detail.vue

@@ -1502,8 +1502,8 @@ export default {
         this.refPlv.playPause();
         return;
       }
-      this.throttleFn();
       this.playTime = time;
+      this.throttleFn();
       this.timeEvent(time);
     },
     playing() {