{{ partial('order/macro') }} {{ partial('trade/macro') }} {{ partial('refund/macro') }} {{ partial('trade/trade_info') }}
{% if trade.status == 'finished' %} {% endif %}
{% if refunds.count() > 0 %}
退款信息
{% for item in refunds %} {% endfor %}
退款序号 退款金额 退款原因 退款状态 创建时间
{{ item.sn }} ¥{{ item.amount }} {{ substr(item.apply_note,0,15) }} {{ refund_status(item) }} {{ date('Y-m-d H:i:s',item.create_time) }} 详情
{% endif %}
{{ partial('order/order_info') }}
{{ partial('order/user_info') }}