Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -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 | } |
-
Please register or login to post a comment