{php include $this->template($template.'/_header')}
当前位置:首页 > 个人中心 > {$title}
{php include $this->template($template.'/_memberLeft')}
{if $list}
课程信息
订单金额
状态
操作
{loop $list $item}
下单时间:{php echo date('Y-m-d H:i:s', $item['addtime'])} 订单号: {$item['ordersn']}
{$item['bookname']}

课程类型: {if $item['lesson_type']==0} 普通课程 {elseif $item['lesson_type']==1} 报名课程 {elseif $item['lesson_type']==3} 直播课程 {/if}

{if $item['lesson_type']==1} 课程规格:{$item['spec_name']} {elseif $item['lesson_type']==0 || $item['lesson_type']==3} 课程规格:{php echo $item['spec_day']>0 ? $item['spec_day'].'天' : '长期有效';} {/if}

{if $item['lesson_type']==0 && $item['validity'] && $item['status']>0} 有效期限:{php echo date('Y-m-d H:i:s', $item['validity'])} {elseif $item['lesson_type']==1 && $item['status']>0} 核销状态: {if $item['is_verify']==0} 未核销 {elseif $item['is_verify']==1} 已核销{$item['verify_num']}次 {elseif $item['is_verify']==2} 核销完成({$item['verify_num']})次 {/if} {/if}

¥{$item['marketprice']}

¥{$item['price']}

{$order_status[$item['status']]}

查看课程 订单详情
{if $item['status']==0} 取消订单 立即支付 {/if} {if $item['status']==-1} 删除订单 {/if} {if $item['status']==1} 立即评价 {/if} {if $item['show_qrcode']} 核销二维码 {/if}
{/loop} {if $pager}
{/if} {else}

没有找到符合条件的订单

{/if}
{if !empty($now_service)}

HI,我是 {$now_service['nickname']}

{php echo $common['other_page']['invite_join'] ? $common['other_page']['invite_join'] : '邀请你加入用户粉丝群'}

微信扫一扫二维码
加我为微信好友,拉您入群

关闭
{/if}
{php include $this->template($template.'/_footer')}