{include file="head.html"}
订单详情
单号:{$order.orderno}
{$order.status_name}
{foreach item=c from=$prolist}
{$c.title}
{$c.ks_title}
¥{$c.price}
x {$c.amount}
{/foreach}
{$order.total_num}
件商品, 合计
¥{$order.money}
元, 含运费
{$order.express_money}
下单时间:{$order.createtime}
{if $order.sendtime>0}
配送时间:{$order.sendtime}
{/if}
备注
{$order.comment}
团队信息
{$team.nickname}
{$team.telephone}
地址:{$team.address}
联系人:
{$addr.truename}
手机:
{$addr.telephone}
收货地址:
{$addr.address}
{if $order.status==0}
联系客服
{if $order.ispay==0}
去支付
{/if}
{elseif $order.status==1}
联系客服
{elseif $order.status==2}
联系客服
确认收货
{elseif $order.status==3}
联系客服
{if $order.israty==0}
去评价
{/if}
{/if}
{include file="footer.html"}