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
zhenghy
2024-07-30 15:22:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c8400414a14f3f9f9d7d3a46e5d41f100a7024c8
c8400414
1 parent
02246e96
fix:to 评论遮盖页面导致无法交互
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/CommentDialogView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/CommentDialogView.ets
View file @
c840041
...
...
@@ -29,6 +29,7 @@ export struct CommentDialogView {
}
build() {
if(this.innerShowComment){
CommentListDialogView({
showCommentList: this.innerShowComment,
contentDetailData: this.contentDetailData,
...
...
@@ -43,4 +44,5 @@ export struct CommentDialogView {
onHeightDidChange: this.onHeightDidChange
})
}
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment