{extend name="index/index"} {block name="body"}
{volist name="$data" id="vo"} {/volist}
添加评论 数据入库

{$vo.name}

{$vo.content}
{/block}