Merge branch 'zcwy0428-zsx' into dev0731

# Conflicts:
#	unpackage/dist/build/h5/index.html
#	unpackage/dist/build/h5/static/js/index.e9de9bf8.js
This commit is contained in:
zhangsir
2024-06-05 09:55:51 +08:00
5 changed files with 17 additions and 3 deletions

View File

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