{include file="head.html"}
订单详情
单号:{$order.orderno}
{$order.status_name}
{$product.title}
{$product.gold}
x 1
联系人:
{$order.nickname}
手机:
{$order.telephone}
收货地址:
{$order.address}
处理日志
{if $order.status eq 0}
确认接单
取消订单
{/if} {if $order.status eq 1}
快递号
确认发货
{/if} {if $order.status eq 2} {/if} {if $order.status eq 3} {/if}
{include file="footer.html"}