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
chenquansheng
2024-11-07 09:32:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2910d3e7cbb6c3483d8f573c7ca056f0938a801b
2910d3e7
1 parent
282eb018
fix |> 修复子评论删除错误逻辑
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentComponent.ets
View file @
2910d3e
...
...
@@ -365,7 +365,8 @@ export struct CommentComponent {
publishCommentModel: this.publishCommentModel,
dialogBeforeJumpOtherPageAction: this.dialogBeforeJumpOtherPageAction,
longPressCommentAction:()=>{
this.item = item
this.item = childItem
this.itemIndex = subIndex
this.mainComment = false
this.showDeleteCommentDialogView()
}
...
...
@@ -386,7 +387,8 @@ export struct CommentComponent {
publishCommentModel: this.publishCommentModel,
dialogBeforeJumpOtherPageAction: this.dialogBeforeJumpOtherPageAction,
longPressCommentAction:()=>{
this.item = item
this.item = childItem
this.itemIndex = subIndex
this.mainComment = false
this.showDeleteCommentDialogView()
},
...
...
Please
register
or
login
to post a comment