This commit is contained in:
2025-03-12 11:39:31 +08:00
parent b8a44a2716
commit 55954a4a9b
125 changed files with 30973 additions and 30045 deletions

View File

@@ -348,9 +348,7 @@ export default {
},
seek(num) {
this.$nextTick(() => {
this.$refs.myVideo.seek(num);
});
},
@@ -393,12 +391,10 @@ export default {
this.play_();
this.succes = true;
}
this.$nextTick(()=>{
this.$refs.myVideo.seek(data.detail.value); //获取秒数
})
this.$nextTick(() => {
this.$refs.myVideo.seek(data.detail.value); //获取秒数
});
},
//拖动中