{if condition="count($data)===0"}
还没有评论~~~
{else /}
{foreach name="data" item="vo"}
{$vo.nickname}
{$vo.time}
{$vo.content}
{/foreach}
{/if}