{extend name="common/common2" /} {block name="main"}
{if in_array($info.status,[1,2,3,5])} {/if} {if in_array($info.status,[2,3,5])} {/if} {if in_array($info.status,[3,5])} {/if} {if $info.status==4} {/if} {if $info.order_type==0} {else} {/if} {if $info.order_type==1} {if $info.is_has_barrel==0} {else} {/if} {/if} {if $info['is_can_refund']==1} {/if}
订单号{$info['order_sn']}
订单金额{$info['amount']}
收货人{$info['name']}
联系电话{$info['phone']}
详细地址{$info['address']}
创建日期{$info['create_time']}
支付类型 {if $info.pay_type==1}微信支付{/if}
支付日期{$info['pay_time']}
发货日期{$info['send_time']}
完成日期{$info['finish_time']}
取消日期{$info['cancel_time']}
配送类型 {if $info.delivery_type==1}商家配送{/if}
订单备注 {$info.order_remark}
状态 {$info.status_name}
订单类型普通订单桶装水订单
是否有空桶 没有
押金 {$info.cash_price}
押金备注 {$info.remark}
是否有空桶
操作申请退款
{if $info.status==5}
分值 评价内容 评价时间
{$info['comment']['score']} {$info['comment']['content']} {$info['comment']['create_time']}
{/if}
{volist name="info['goods']" id='v'} {/volist}
图片 商品名称 价格 购买数量 售后状态 操作
{$v['title']} {$v['price']} {$v['num']} {if $v['is_refund'] >1} {$v['refund_status_name']} {else} 暂无售后 {/if} {if $v['is_refund'] ==1} 申请退款 {/if}
{/block}