{extend name="layout1" /} {block name='content'}
取货信息
{$detail.consignee}
{$detail.mobile}
{$detail.address}
退货信息
{eq name="$detail.is_return" value="1"}
{$detail.consignee}
{$detail.mobile}
{$detail.address}
{else/}
无需退回
{/eq}
商品信息
{foreach $detail.consignment_order_goods as $k => $goods} {/foreach}
图片 商品名称 商品信息 估价
{foreach $goods.img_list as $k1 => $img}
{/foreach}
{$goods.goods_name}

购买价格:{$goods.goods_price}

尺寸:{$goods.item_value}

品牌:{$goods.item_value}

品类:{$goods.item_value}

品相:{$goods.item_value}

购买渠道:{$goods.item_value}

{if condition="$goods.refund_status=='0'"}
审核中
{elseif condition="$goods.refund_status=='1'"/}
商品估计:¥{$goods.evaluation_price}
{else condition="$goods.refund_status=='2'"/}
{$goods.refund_remarks}
{/if}
取货物流
{/block}