视频进度

This commit is contained in:
zhangsir
2024-06-05 09:54:46 +08:00
parent 172e35f993
commit 0c315b48d3
2 changed files with 15 additions and 2 deletions

View File

@@ -166,6 +166,7 @@
let second=sliderValue / 100 * duration;
if (this.updateState) { //判断拖拽完成后才触发更新,避免拖拽失效
this.sliderValue=sliderValue;
this.$emit('progress',this.sliderValue);
}else{
}