取消日志

This commit is contained in:
joshen
2025-07-23 11:14:08 +08:00
parent 0830c53840
commit 77a3c2759e

View File

@@ -317,7 +317,7 @@ export default {
} }
setInterval(() => { setInterval(() => {
console.log('this.currentProgress::',this.currentProgress,this.isDrag,this.videoDom.currentTime , this.videoDom.readyState) // console.log('this.currentProgress::',this.currentProgress,this.isDrag,this.videoDom.currentTime , this.videoDom.readyState)
// 视频播放时本地记录视频实时播放时长,视频设置了禁止拖动时执行 // 视频播放时本地记录视频实时播放时长,视频设置了禁止拖动时执行
if(!this.isDrag){ if(!this.isDrag){
var time = localStorage.getItem('videoProgressData') var time = localStorage.getItem('videoProgressData')
@@ -364,10 +364,10 @@ export default {
} }
// 根据视频的readyState判断下一帧是否已加载并控制loading的显示 // 根据视频的readyState判断下一帧是否已加载并控制loading的显示
this.isShowLoading = this.videoDom.readyState < 3; this.isShowLoading = this.videoDom.readyState < 3;
console.log("当前缓存:"+this.videoDom.readyState) // console.log("当前缓存:"+this.videoDom.readyState)
if (this.videoDom.readyState < 1){ if (this.videoDom.readyState < 1){
console.log("详细信息",this.videoDom) // console.log("详细信息",this.videoDom)
console.log("卡了",this.videoDom.readyState) // console.log("卡了",this.videoDom.readyState)
} }
//if() //if()
//console.log(this.videoDom.readyState,'this.videoDom.readyState'); //console.log(this.videoDom.readyState,'this.videoDom.readyState');