谢杰标 2 năm trước cách đây
mục cha
commit
5d2250d974
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      pages3/polyv/detail.vue

+ 3 - 0
pages3/polyv/detail.vue

@@ -1316,6 +1316,9 @@ export default {
           moduleId: moduleId || 0,
         };
         this.$api.recordLast(data).then((res) => {
+          if(res.data.data.videoCurrentTime>3){
+            res.data.data.videoCurrentTime-=3
+          }
           resolve(res.data.data);
         });
       });