<{if $tradeitem.status == "WAIT_BUYER_PAY"}>
<{t}>去付款<{/t}>
<{if $tradeitem.cancel_status == "NO_APPLY_CANCEL"}>
<{t}>取消订单<{/t}>
<{/if}>
<{elseif $tradeitem.status == "WAIT_SELLER_SEND_GOODS" && $tradeitem.cancel_status == "NO_APPLY_CANCEL"}>
<{t}>取消订单<{/t}>
<{elseif $tradeitem.status == "WAIT_BUYER_CONFIRM_GOODS"}>
<{if $tradeitem.cancel_status == 'NO_APPLY_CANCEL' && $tradeitem.pay_type == "online"}>
<{t}>确认收货<{/t}>
<{/if}>
<{t}>查看物流<{/t}>
<{/if}>
<{if $tradeitem.is_buyer_rate }>
<{t}>去评价<{/t}>
<{/if}>