陈剑华

Merge remote-tracking branch 'origin/main'

@@ -84,6 +84,8 @@ export struct InteractMComponent { @@ -84,6 +84,8 @@ export struct InteractMComponent {
84 contentDTO.objectId = this.messageModel.InteractMsubM.contentId 84 contentDTO.objectId = this.messageModel.InteractMsubM.contentId
85 contentDTO.relId = this.messageModel.InteractMsubM.contentRelId 85 contentDTO.relId = this.messageModel.InteractMsubM.contentRelId
86 contentDTO.relType = this.messageModel.InteractMsubM.contentRelType 86 contentDTO.relType = this.messageModel.InteractMsubM.contentRelType
  87 + contentDTO.customParamTargetLayout = "comment"
  88 +
87 ProcessUtils.processPage(contentDTO) 89 ProcessUtils.processPage(contentDTO)
88 }) 90 })
89 } 91 }
@@ -300,6 +300,7 @@ function getParams(item: CommentListItem) : ContentDTO{ @@ -300,6 +300,7 @@ function getParams(item: CommentListItem) : ContentDTO{
300 contentDTO.objectType = item.targetType + ""; 300 contentDTO.objectType = item.targetType + "";
301 contentDTO.newsTitle = item.targetTitle 301 contentDTO.newsTitle = item.targetTitle
302 contentDTO.showComment = true 302 contentDTO.showComment = true
  303 + contentDTO.customParamTargetLayout = "comment"
303 304
304 return contentDTO 305 return contentDTO
305 } 306 }