{extend name="$base" /} {block name="resources"} {/block} {block name="main"} {php} $balance_config = api("System.Config.balanceWithdraw"); $balance_config = $balance_config['data']; $poundage = $balance_config['value']["withdraw_multiple"]; $cash = $balance_config['value']["withdraw_cash_min"]; $withdraw_message = $balance_config['value']["withdraw_message"]; $account = api('System.Member.memberBalance'); $account = $account['data']; $account_list = api('System.Member.defaultAccount'); $account_list = $account_list['data']; {/php} {if $balance_config["is_use"] == 1 || $balance_config["value"]["withdraw_multiple"] > 0}