{extend name="public/container"} {block name="title"}订单详情{/block} {block name="head_top"} {/block} {block name="content"}
{if condition="$order.refund_reason neq '' && $order.refund_status eq 0"}
卖家拒绝退款
拒绝退款原因:{$order.refund_reason}
处理时间:{$order.refund_reason_time}
{/if} {if condition="$order.refund_status eq 1"}
退款中
申请时间:{$order.refund_application_time}
{elseif condition="$order.refund_status eq 2"}
已退款
{$order._status._msg}
{/if} {if condition="$order.refund_status eq 0 && $order.refund_reason eq ''"}
{$order._status._title}
{$order._status._msg}
{/if}
{$order.real_name} {$order.user_phone}
{$order.user_address}
{volist name="order.cartInfo" id="cart"}
{$cart.productInfo.store_name}
{$cart.truePrice}
{if condition="$order._status._type eq 3"}
x{$cart.cart_num}
评价
{/if}
{/volist}
共{$order.total_num}件商品,总金额 ¥{$order.pay_price}
{if condition="$order.status EGT 1"}
物流公司:{$order.delivery_name}
快递单号:{$order.delivery_id}
{/if}
{/block}