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
wuyanan
2024-09-23 20:22:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
69174266b0e162b8e68d5ce4004832777172908b
69174266
1 parent
45f30cd7
fix |> 修复缺陷-20501 直播间,输入评论信息后关闭评论弹窗,未保存评论信息,再次弹出评论弹窗时,输入框为空
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveOperRowListView.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveOperRowListView.ets
View file @
6917426
...
...
@@ -382,7 +382,7 @@ export struct LiveOperRowListView {
this.publishCommentModel.rootCommentId = '-1';
this.publishCommentModel.parentId = '-1';
this.publishCommentModel.placeHolderText = "说两句..."
this.publishCommentModel.commentContent = ""
//
this.publishCommentModel.commentContent = ""
this.commentInputDialogController?.open();
}
...
...
Please
register
or
login
to post a comment