{include file="head.html"} {include file="weixin/side.html"}
{include file="weixin_sucai/nav.html"}
当前微信:{$weixin.title}
{foreach item=c from=$data} {/foreach}
id 标题 logo 状态 添加时间 操作
{$c.id} {$c.title} {if $c.imgurl}{/if} {if $c.status eq 0}未审核{else}运营{/if} {$c.dateline|date:Y-m-d} 编辑 删除
{$pagelist}
{include file="footer.html"}