<{if $trade.status == "WAIT_BUYER_PAY"}>
未付款
<{elseif $trade.status == "WAIT_SELLER_SEND_GOODS" && $trade.pay_type == "online"}>
未发货
<{elseif $trade.status == "WAIT_SELLER_SEND_GOODS" && $trade.pay_type == "offline"}>
待发货(货到付款)
<{elseif $trade.status == "WAIT_BUYER_CONFIRM_GOODS" && $trade.pay_type == "online"}>
待收货
<{elseif $trade.status == "WAIT_BUYER_CONFIRM_GOODS" && $trade.pay_type == "offline"}>
待收货(货到付款)
<{elseif $trade.status == "TRADE_FINISHED"}>
已完成
<{elseif $trade.status == "TRADE_CLOSED_BY_SYSTEM" || $trade.status == "TRADE_CLOSED"}>
已关闭
<{/if}>
商品金额: | <{$trade.payment|cur}> |
积分抵扣: | -<{$trade.points_fee|cur}> |
运费: | <{$trade.post_fee|cur}> |
取消原因: | <{$trade.cancel_reason}> |
收货人: | <{$trade.receiver_name}> <{$trade.receiver_mobile}> |
自提地址: | <{$trade.ziti_addr}> |
收货地址: | <{$trade.receiver_state}><{$trade.receiver_city}> <{$trade.receiver_district}> <{$trade.receiver_address}> |
买家留言:
<{$trade.trade_memo}>
<{$trade.trade_memo}>
<{if $ziti == "true"}>
<{if $logi.logi_no != 0 }>
物流公司:<{$logi.logi_name}>
运单号:<{$logi.logi_no}>
查看物流跟踪
<{/if}>
<{if $trade.ziti_memo }>
自提提示:<{$trade.ziti_memo}>
<{if $trade.ziti_memo|mb_strlen:utf8 >81 }>
<{/if}>
<{else}>
物流公司:<{$logi.logi_name}>
运单号:<{$logi.logi_no}>
更多
<{/if}>
查看物流跟踪
<{/if}>
<{include file="topm/member/trade/items.html"}>