热门评论

[#list list as c]
${c.textHtml!}
[#if c??&&c.replyCount>0]
[#if c.replayUser??]${(c.replayUser.username)!"管理员"}[#else]匿名[/#if] [#if c.replayTime??]${c.replayTime?string("yyyy-MM-dd HH:mm:ss")}[/#if]
${c.replayHtml!}
${c.ups!} 回复 [#if c.replyCount>0] 查看回复(${c.replyCount!}) [/#if]
[/#if]
[/#list]
更多评论