主题 : v6版本怎么显示评论回复,需要加哪个模块 |
级别: 版主
![]() |
2# 发表于:2016-11-18 17:11:05 IP:117.68.*.*
[#list list as c]
<dt><span>${(c.commentUser.username)!"匿名网友"}</span> 于 ${c.createTime} 评论道:</dt> <dd>${c.textHtml!}</dd> [#if c.replayHtml??] [#if c.replayTime??] <dt><span>${(c.replayUser.username)!"管理员"}</span> 于 ${c.replayTime?string("yyyy-MM-dd HH:mm:ss")} 回复:${(c.commentUser.username)!"匿名网友"}</dt> <dd>${c.replayHtml!}</dd> [/#if] [/#if] <dd class="line"></dd> [/#list] /v7/WebContent/WEB-INF/t/cms/www/default/csi/comment_list.html 这个模板里用这个获取下 |
||
---|---|---|---|
1
共1页