<{foreach from=$trades item=tradeitem}>
    <{foreach from=$tradeitem.order item=orderitem name=orderlist}>
  • 订单号:<{$tradeitem.tid}>
    <{if $orderitem.0.promotion_tag}><{$orderitem.0.promotion_tag}><{/if}><{$orderitem.0.title}>
    <{$orderitem.0.spec_nature_info}>
    实付款: <{$tradeitem.payment}> <{$tradeitem.itemnum}>
    <{if $tradeitem.status == "WAIT_BUYER_PAY"}> 付款 <{if $tradeitem.cancel_status == "NO_APPLY_CANCEL"}> 取消订单 <{/if}> <{elseif $tradeitem.status == "WAIT_SELLER_SEND_GOODS" && $tradeitem.cancel_status == "NO_APPLY_CANCEL"}> 取消订单 <{elseif $tradeitem.status == "WAIT_BUYER_CONFIRM_GOODS" && $tradeitem.pay_type == "online"}> 确认收货 查看物流 <{/if}> <{if $tradeitem.is_buyer_rate }> 去评价 <{/if}>
    <{if $tradeitem.cancel_status == 'WAIT_PROCESS'}> 正在审核
    <{elseif $tradeitem.cancel_status == 'WAIT_PROCESS' }> 退款处理
    <{elseif $tradeitem.cancel_status == 'SUCCESS' }> 取消成功
    <{/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" && $tradeitem.pay_type == "online"}> 已发货 <{elseif $tradeitem.status == "WAIT_BUYER_CONFIRM_GOODS" && $tradeitem.pay_type == "offline"}> 已发货
    (货到付款)
    <{elseif $tradeitem.status == "TRADE_FINISHED"}> 已完成 <{elseif $tradeitem.status == "TRADE_CLOSED_BY_SYSTEM" || $tradeitem.status == "TRADE_CLOSED"}> 已关闭 <{/if}>
  • <{/foreach}>
<{/foreach}>