{include file="index/header"}
来源网站
内容标题
更新时间
围观人数
操作
    {volist name="tptc" id="vo" }
  • {$vo.name}
    {$vo.time|friendlyDate}
    {$vo.view}
  • {/volist}

{$tptc->render()}

{include file="index/footer"}