Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
王士厅
2024-09-24 09:35:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6ef9422a345bdd7a936e009576e29878f8c7bfae
6ef9422a
1 parent
45f30cd7
fix: 进入视频,点击评论,点击视频播放区域切换卡顿
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentListDialog.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/pages/DetailPlayShortVideoPage.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentListDialog.ets
View file @
6ef9422
...
...
@@ -36,7 +36,7 @@ export struct CommentListDialogView {
showClose: false,
maskColor: "#50000000",
dragBar: false,
onDisappear: () => {
on
Will
Disappear: () => {
this.showCommentList = false
if (this.onClose) { this.onClose() }
},
...
...
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/pages/DetailPlayShortVideoPage.ets
View file @
6ef9422
...
...
@@ -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)
...
...
Please
register
or
login
to post a comment