{php include $this->template($template.'/_header')}
当前位置:首页 > 个人中心 > {$title}
{php include $this->template($template.'/_memberLeft')}
{if $list}
编号
数额
备注
变动时间
{loop $list $key $item}
  • {$item['id']}

    {$item['num']}

    {$item['remark']}

    {php echo date('Y-m-d H:i', $item['createtime'])}

{/loop} {if $pager}
{/if}
{else} {/if}
{php include $this->template($template.'/_footer')}