timeupdate (e) {
if (e.srcElement.currentTime - this.currTime > 1) {
e.srcElement.currentTime = this.currTime > this.maxTime ? this.currTime : this.maxTime;
}
this.maxTime = this.currTime > this.maxTime ? this.currTime : this.maxTime;
},
video 禁止拖动
最新推荐文章于 2024-06-08 07:15:00 发布