{include file="head.html"} {include file="header.html"}
{get data=tc model=dataapi fun=getword("签到说明")} {$tc.content}
点我签到
签到记录
{foreach item=c from=$data}
{$c.content} {$c.dateline|date:Y-m-d}
{/foreach}
{include file="footer.html"} {include file="foot-all.html"}