{extend name="$base" /} {block name="resources"} {/block} {block name="main" } {php} $order_goods_id = request()->get('order_goods_id', 0); if(!empty($order_goods_id)){ $info = api("System.Order.refundDetail",["order_goods_id"=>$order_goods_id]); $info = $info['data']; if(!empty($info)){ $detail = $info['refund_detail']; $refund_money = $info['total_refund_money']; $freight = $info['freight']; $shop_info = api("System.Shop.shopOrderReturnSet"); $shop_info = $shop_info["data"]; } } {/php} {notempty name="$info && $detail"}