tijiao
This commit is contained in:
@@ -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); //获取秒数
|
||||
});
|
||||
},
|
||||
|
||||
//拖动中
|
||||
|
||||
Reference in New Issue
Block a user