{extend name="$member_base" /} {block name="right_main"} {php} // 提现账号 $account_list = api("System.Member.accountQuery"); $account_list = $account_list['data']; // 提现配置 $withdraw_config = api("System.Config.balanceWithdraw"); $withdraw_config = $withdraw_config['data']; $withdraw_account_type = $withdraw_config['value']['withdraw_account']; $cash = $balanceConfig['value']["withdraw_cash_min"]; $poundage = $withdraw_config['value']["withdraw_multiple"]; $withdraw_message = $withdraw_config['value']["withdraw_message"]; // 会员账户信息 $member_account = api("System.Member.memberAccount"); $member_account = $member_account['data']; {/php}

余额提现

{eq name="$withdraw_config['is_use']" value="1"}
{$member_account['balance']}
{notempty name="$cash"} 提现金额不能低于{$cash}元 {/notempty} {notempty name="$poundage"} 提现金额必须是{$poundage}的整数倍 {/notempty}
{else/}

商家已禁止提现!

{/eq}
{/block} {block name="script"} {/block}