#-- 评论列表 分页 --> <#-- 本样式要引入 jquery.min.js kindeditor layer --> <#--可接收参数 topicId:话题Id commentId:评论Id page:分页--> <@function topicId="${url_topicId}" commentId="${url_commentId}" page="${url_page}" > <#assign pageView = topicRelated_comment_page> <#if pageView.records?exists && topicRelated_comment_page.records?size gt 0>
"+quote.content+"
<#list comment.replyList as reply>-
${reply.content}
#list>