{include file="head.html"} {if get("type") eq "new"}
新订单
{elseif get("type") eq "unpay"}
待支付订单
{else}
全部订单 待发货 待收货 待评价
{/if}
ID 订单号 用户 下单时间
{foreach item=c from=$list} {/foreach}
订单 订单号 用户 状态 订单金额 快递费 数量 操作
{$c.orderid} {$c.orderno} {$c.nickname} {$c.status_name} ¥{$c.money} ¥{$c.express_money} {$c.total_num} 查看
{$pagelist}
{include file="footer.html"}