<{if $env.foreach.orderlist.iteration==1}>
<{$tradeitem.payment|cur}>
(含运费:<{$tradeitem.post_fee|cur}>)
<{if $tradeitem.discount_fee>0}>
(促销优惠:-<{$tradeitem.discount_fee|cur}>)
<{/if}>
<{if $tradeitem.status == "WAIT_BUYER_PAY"}> 等待买家付款 <{elseif $tradeitem.status == "WAIT_SELLER_SEND_GOODS" && $tradeitem.pay_type == "online"}> 买家已付款 <{elseif $tradeitem.status == "WAIT_SELLER_SEND_GOODS" && $tradeitem.pay_type == "offline"}> 未付款(货到付款) <{elseif $tradeitem.status == "WAIT_BUYER_CONFIRM_GOODS"}> 卖家已发货 <{elseif $tradeitem.status == "TRADE_FINISHED"}> 订单已完成 <{elseif $tradeitem.status == "TRADE_CLOSED_BY_SYSTEM" || $tradeitem.status == "TRADE_CLOSED"}> 订单已关闭 <{/if}> <{if $tradeitem.cancel_status == 'WAIT_PROCESS'}> 正在审核 <{elseif $tradeitem.cancel_status == 'REFUND_PROCESS' }> 退款处理中 <{elseif $tradeitem.cancel_status == 'SUCCESS' }> 取消成功 <{/if}> <{if $tradeitem.is_buyer_rate }> 去评价 <{/if}> <{if $tradeitem.status == "WAIT_BUYER_PAY"}> 付款 <{elseif $tradeitem.status == "WAIT_SELLER_SEND_GOODS"}> 等待卖家发货 <{elseif $tradeitem.status == "WAIT_BUYER_CONFIRM_GOODS" && $tradeitem.pay_type=="online"}> <{if $tradeitem.cancel_status == 'NO_APPLY_CANCEL' || $tradeitem.cancel_status == 'FAILS'}> 确认收货 <{/if}> <{elseif $tradeitem.status == "WAIT_BUYER_CONFIRM_GOODS" && $tradeitem.pay_type=="offline"}> 商品已发货 <{/if}> <{if ($tradeitem.status == "WAIT_BUYER_PAY" || $tradeitem.status == "WAIT_SELLER_SEND_GOODS") && $tradeitem.cancel_status == 'NO_APPLY_CANCEL'}>
取消订单
<{/if}>
查看订单详情
<{/if}>