{$vo.comment_content|mac_em_replace}
{maccms:foreach name="$vo.sub" id="child"}
{$child.comment_name} / {$child.comment_time|date='H:i',###}
{$child.comment_content|mac_em_replace}
{/maccms:foreach}
{/maccms:foreach}
{if$__PAGING__.page_total>1}
- 首页
- 上一页
{maccms:foreach name="$__PAGING__.page_num" id="num"}
-
{if condition="$__PAGING__['page_current'] eq $num"}
{$num}
{else}
{$num}
{/if}
{/maccms:foreach}
- {$__PAGING__.page_current}/{$__PAGING__.page_total}
- 下一页
- 尾页
共{$__PAGING__.record_total}条数据 / 当前{$__PAGING__.page_current}/{$__PAGING__.page_total}页
{/if}