{include="header.html"}

会员中心

    {include="member/menu.html"}


订单编号 订单商品 收货人 订单金额 下单时间 订单状态
{if(!empty($listorder))} {foreach $listorder as $v} {/foreach} {/if}
{$v['order_code']}-{$v['id']}
 {$v[title]}
{$v['reciver_user']} ¥{$v['totalmoney']}
货到付款
{fun date('Y-m-d',$v['adddate'])}
{fun date('H:i:s',$v['adddate'])}
{if($v['status']==1)}已下单{/if} {if($v['status']==8)}发货中……{/if}
    {$pages}
{include="bottom.html"}