{extend name="$base" /} {block name="resources"} {/block} {block name="main"} {php} $balance_config = api("System.Config.balanceWithdraw"); $balance_config = $balance_config['data']; $withdraw_account = $balance_config['value']['withdraw_account']; $id = request()->get('id', 0); if($id) { $result = api('System.Member.accountDetail', ['id' => $id]); $result = $result['data']; } $member_info = api('System.Member.memberInfo'); $member_info = $member_info['data']; {/php}
{:lang('member_full_name')}
{:lang('cell_phone_number')}
{:lang('member_account_type')}
{:lang('member_sub_branch_information')}
{:lang('cash_account')}
{/block} {block name="footer"}{/block} {block name="script"} {/block}