chenqs

fix |> 修复点击精品评论内容,跳转到文章页面,没有定位到对应评论

@@ -157,6 +157,7 @@ export class ProcessUtils { @@ -157,6 +157,7 @@ export class ProcessUtils {
157 content.relId = comment.relId 157 content.relId = comment.relId
158 content.relType = comment.relType 158 content.relType = comment.relType
159 content.commentInfo = comment 159 content.commentInfo = comment
  160 + content.customParamTargetLayout = "comment"
160 return content 161 return content
161 } 162 }
162 163