{php include $this->template($template.'/_header')}
当前位置:首页 > 个人中心 > {$title}
{php include $this->template($template.'/_memberLeft')}
{if $op=='display'} {if $list}
编号
佣金类型
佣金金额(元)
佣金明细
添加时间
{loop $list $key $item}
  • {$item['id']}

    {if $item['grade']==-1} 管理员操作 {else} {$commossion_award} {/if}

    {$item['change_num']}

    {$item['remark']}

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

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