chenquansheng

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

@@ -365,7 +365,8 @@ export struct CommentComponent { @@ -365,7 +365,8 @@ export struct CommentComponent {
365 publishCommentModel: this.publishCommentModel, 365 publishCommentModel: this.publishCommentModel,
366 dialogBeforeJumpOtherPageAction: this.dialogBeforeJumpOtherPageAction, 366 dialogBeforeJumpOtherPageAction: this.dialogBeforeJumpOtherPageAction,
367 longPressCommentAction:()=>{ 367 longPressCommentAction:()=>{
368 - this.item = item 368 + this.item = childItem
  369 + this.itemIndex = subIndex
369 this.mainComment = false 370 this.mainComment = false
370 this.showDeleteCommentDialogView() 371 this.showDeleteCommentDialogView()
371 } 372 }
@@ -386,7 +387,8 @@ export struct CommentComponent { @@ -386,7 +387,8 @@ export struct CommentComponent {
386 publishCommentModel: this.publishCommentModel, 387 publishCommentModel: this.publishCommentModel,
387 dialogBeforeJumpOtherPageAction: this.dialogBeforeJumpOtherPageAction, 388 dialogBeforeJumpOtherPageAction: this.dialogBeforeJumpOtherPageAction,
388 longPressCommentAction:()=>{ 389 longPressCommentAction:()=>{
389 - this.item = item 390 + this.item = childItem
  391 + this.itemIndex = subIndex
390 this.mainComment = false 392 this.mainComment = false
391 this.showDeleteCommentDialogView() 393 this.showDeleteCommentDialogView()
392 }, 394 },