<{if $trade.is_buyer_rate }>
去评价
<{/if}> <{if $trade.status == "WAIT_BUYER_PAY"}> <{if $trade.pay_type == "online" }>
取消订单 去支付
<{/if}> <{elseif $trade.status == "WAIT_SELLER_SEND_GOODS" && $trade.cancel_status == "NO_APPLY_CANCEL"}>
取消订单
<{elseif $trade.status == "WAIT_BUYER_CONFIRM_GOODS" && $trade.pay_type == "online"}>
确认收货
<{/if}> <{if $trade.cancel_status !="NO_APPLY_CANCEL" && $trade.cancel_status !="FAILS"}>
查看取消详情
<{/if}>