{extend name="$base" /} {block name="resources"} {/block} {block name="head_href"}{:__URL('APP_MAIN/member/index')}{/block} {block name="main"} {php} $status = request()->get('status', 'all'); $order_type = request()->get('order_type', 'all'); $order_status = api('System.Order.orderStatus', ['order_type' => $order_type]); $order_status = $order_status['data']; {/php}