<{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 $tradeitem.cancel_status == 'NO_APPLY_CANCEL'}>
确认收货
<{/if}>
查看物流
<{/if}>
<{if $tradeitem.is_buyer_rate }>
去评价
<{/if}>