王士厅

fix: 进入视频,点击评论,点击视频播放区域切换卡顿

... ... @@ -36,7 +36,7 @@ export struct CommentListDialogView {
showClose: false,
maskColor: "#50000000",
dragBar: false,
onDisappear: () => {
onWillDisappear: () => {
this.showCommentList = false
if (this.onClose) { this.onClose() }
},
... ...
... ... @@ -304,7 +304,7 @@ export struct DetailPlayShortVideoPage {
}
showCommentListChanged() {
// console.log('DetailVideoListPage showCommentListChanged this.showCommentList', this.showCommentList)
console.log('DetailVideoListPage showCommentListChanged this.showCommentList', this.showCommentList)
if (this.showCommentList) {
this.playerWidth = px2vp(this.windowWidth)
// this.playerHeight = px2vp(this.windowWidth) / (16 / 9.0)
... ...