{include file="/common/head"}
添加
{volist name="weixinres" id="vo" key="k"}
{$vo.title|cut_str="10"}
{$vo.digest|cut_str="30"}
{if condition="$vo.children neq ''"} {volist name="$vo.children" id="v"}
{$v.title|cut_str="15"}
{/volist} {/if}
发布时间:{$vo.time|date="Y/m/d H:i:s"}
{/volist}