{extends file='../layouts/member_index.html'} {block name=body}
{_('欢迎您回来')}, {'true_name'|element:$user|default:$user.username} {if ! get_config_item('real_disable','api')} {if 'verify'|element:$user} {else} {/if} {/if} {if 'mobile'|element:$user} {else} {/if} {if 'email'|element:$user} {else} {/if}
{_('账户概览')}
{if has_addons('credituser') && element('credit_money',$user)} {/if} {if has_addons('credituser') && element('credit_money',$user)} {/if}
{_('可用余额')}{_('账户余额')} {'account_money'|element:$user|currency}
{'money'|element:$user|currency} 信用额度 {'credit_money'|element:$user|currency}
{_('立即充值')} {if has_addons('giftcard')} {_('礼品卡充值')} {/if}
{_('待办事项')}
{if $pends|count gt 0} {foreach from=$pends item=m} {'desc'|element:$m:''} {/foreach} {else} {_('暂无待办事项!')} {/if}
{_('新闻公告')}
{if has_addons('wechatloginpub') && !$is_bind}
关注公众号,绑定账户,无需下载
随时随地移动管控产品信息
更轻量,更安全,更便捷
{/if}
{/block}