谢杰标 2 年之前
父節點
當前提交
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() {