王士厅

fix: 沉浸式视频进度条左右边距修改

... ... @@ -130,11 +130,12 @@ export struct PlayerProgressView {
this.isDragging = false
}
this.playerController?.setSeekTime(value, mode);
console.log('slider onChange:', value, mode)
// console.log('slider onChange:', value, mode)
})
}
.width('100%')
.padding({ left: 6, right: 6 })
.height(24)
.justifyContent(FlexAlign.Center)
... ...
... ... @@ -94,7 +94,7 @@ export struct PlayerTitleView {
}
clipStr += strArr[i]
}
console.log(TAG, 'clipStr:', clipStr)
// console.log(TAG, 'clipStr:', clipStr)
return clipStr
}
... ... @@ -130,7 +130,7 @@ export struct PlayerTitleView {
}
clipStr += strArr[i]
}
console.log(TAG, 'clipTitleText clipStr:', clipStr)
// console.log(TAG, 'clipTitleText clipStr:', clipStr)
return clipStr
}
... ... @@ -145,8 +145,8 @@ export struct PlayerTitleView {
})
this.titleHeight = info?.height as number || 0
console.log('titleHeight:', this.titleHeight,)
console.log(TAG, 'this.contentDetailData:', JSON.stringify(this.contentDetailData))
// console.log('titleHeight:', this.titleHeight,)
// console.log(TAG, 'this.contentDetailData:', JSON.stringify(this.contentDetailData))
this.summary = this.getSummary()
}
... ...