{$info.nickname} ({$info.groupid|getGroupByid})
注册日期 {$info.regdate|format_time}
{notempty name="info.yz"}
已认证
{else /}
未认证
{/notempty}
余额{$info.rmb}元
签到
{foreach name="menu" id="vo"} {empty name="vo.sons.1"}
{$vo.title}
{foreach name="vo.sons.0.sons" id="rs"}
{$rs.title}
{/foreach}
{else}
{$vo.title}
{foreach name="vo.sons" id="ar"}
{$ar.title}
{foreach name="ar.sons" id="rs"}
{$rs.title}
{/foreach}
{/foreach}
{/empty} {/foreach}
退出登录
{include file="index@footmenu" /}