{include file="header.html"} {include file="stat/nav.html"}
新增客户数{$total_user|intval}个
统计图
详细列表
{foreach item=c from=$list}
{$c.kday} 新增用户数{$c.total_user}
{/foreach}
{$pagelist}
{include file="footer.html"}