{template 'header', $module}
{$head_title}
{if $action == 'setting'}
*收款方式 {$bank_select}
*收款帐号 [注意] 此帐号开户名必须为 {$member[truename]}
*支付密码 {template 'password', 'chip'}
    
{elseif $action == 'confirm'}
金额确认 提现金额:{$amount}
手 续 费:{$fee}
实收金额:{$money}
可用金额:{$_money}
*支付密码 {template 'password', 'chip'}
*验证码 {template 'captcha', 'chip'}
    
{else}
我的帐户 可用余额 {$_money}
提现说明 {if $MOD[cash_times]}- 24小时可提现次数{$MOD[cash_times]}次
{/if} {if $MOD[cash_min]}- 单次提现最小金额{$MOD[cash_min]}元
{/if} {if $MOD[cash_max]}- 单次提现最大金额{$MOD[cash_max]}元
{/if} {if $MOD[cash_fee]}- 提现费率{$MOD[cash_fee]}%
{/if} {if $MOD[cash_fee_min]}- 提现费率最小值{$MOD[cash_fee_min]}元
{/if} {if $MOD[cash_fee_max]}- 提现费率封顶值{$MOD[cash_fee_max]}元
{/if}
*提现金额
    
{/if} {template 'footer', $module}