{include file="head.html"}
{include file="header.html"}
{include file="inc/user_left.html"}
{include file="goldorder/nav.html"}

订单详情

订单编号:{$data.orderno} 订单类型:{$order_type_list[$data.type_id]} 订单价格:{$data.money}
下单时间:{$data.dateline|date:Y-m-d H:i} 支付状况:{$order_ispay[$data.ispay]} {if $data.unpay}货到付款{/if} 订单状态:{$order_status_list[$data.status]}
联系方式: {$addr.p_c_t}{$addr.address} 邮编:{$addr.zip_code} 姓名:{$addr.truename} 手机:{$addr.telephone}
物流信息:{$data.shipping_info}
收货:{if $data.isreceived eq 2}已收货{elseif $data.status > 1}确认收货{else}未收货{/if}

商品详情

{$goods.title}
市场价:¥{$goods.market_price}

金币:{$goods.gold} {if $data.price>0}+{$data.price}{/if} 共1件
{include file="footer.html"}