chenquansheng

fix |> 修复子评论删除错误逻辑

... ... @@ -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()
},
... ...