{php include $this->template($template.'/_header')}
当前位置:首页 > 个人中心 > {$title}
{php include $this->template($template.'/_memberLeft')}
{if $op=='display'} {if $list}
订单编号
项目名称
项目金额
佣金比例
佣金金额
收入时间
{loop $list $key $item}
  • {php echo $item['ordersn'] ? $item['ordersn'] : '无';}

    {$item['bookname']}

    ¥ {$item['orderprice']}

    {$item['teacher_income']}%

    ¥{$item['income_amount']}

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

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