yangchenggong1_wd

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

@@ -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 }