{php include $this->template($template.'/_header')}
当前位置:首页 > {$title}
{php include $this->template($template.'/_memberLeft')}
{php echo intval($memberinfo['credit1'])}
{php echo $common['self_page']['credit1'] ? $common['self_page']['credit1'] : '会员积分';}
{$memberinfo['credit2']}
{php echo $common['self_page']['credit2'] ? $common['self_page']['credit2'] : '会员余额';}
{$coupon_count}
优惠券
待付款订单 查看全部订单
{if $nopay_list}
    {loop $nopay_list $item}
  • {$item['bookname']}

    课程规格: {if $item['lesson_type']==1} {$item['spec_name']} {elseif $item['lesson_type']==0} {$item['spec_day']} 天 {/if}

    订单金额:¥ {$item['price']}

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

    订单编号:{$item['ordersn']}

    等待用户付款

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