{include="user/style"} 购买记录 - 个人中心 {include="user/top"}
{include="user/left_nav"}
{include="user/tips"}
{foreach $lists as $v} {/foreach}
订单号 金额 状态 创建时间 操作
{$v['orderno']} {$v['price']} {if($v['isshow']==1)} 待支付 {else if($v['isshow']==2)} 交易成功 {else if($v['isshow']==3)} 已超时 {else if($v['isshow']==4)} 待发货 {else if($v['isshow']==5)} 已发货 {else} 已废弃 {/if} {$v['date']} 查看删除
{if($listpage['list'])} {/if}
{include="user/footer"}