yangchenggong1_wd

fix |> 20377 个人评论列表,点击已评论图文稿件,进入稿件情页,未锚定评论区

... ... @@ -300,6 +300,7 @@ function getParams(item: CommentListItem) : ContentDTO{
contentDTO.objectType = item.targetType + "";
contentDTO.newsTitle = item.targetTitle
contentDTO.showComment = true
contentDTO.customParamTargetLayout = "comment"
return contentDTO
}
... ...