{extend name="base"/} {block name="resources"} {/block} {block name="main"}
基本信息
{notempty name="$member_info.data.headimg"} {else/} {/notempty}
用户名: {$member_info.data.username}
昵称: {$member_info.data.nickname}
手机号: {notempty name="$member_info.data.mobile"}{$member_info.data.mobile}{else/}暂无{/notempty}
{if $member_info.data.is_member}
会员码: {notempty name="$member_info.data.member_code"}{$member_info.data.member_code}{else/}--{/notempty}
{/if}
真实姓名: {notempty name="$member_info.data.realname"}{$member_info.data.realname}{else/}暂无{/notempty}
性别: {switch name="$member_info.data.sex"} {case value="0"}未知{/case} {case value="1"}男{/case} {case value="2"}女{/case} {/switch}
生日: {notempty name="$member_info.data.birthday"}{:date('Y-m-d', $member_info.data.birthday)}{else/}未知{/notempty}
会员等级: {$member_info.data.member_level_name}
注册时间: {:time_to_date($member_info.data.reg_time)}
来源渠道: {$member_info.data.login_type_name}
最后访问时间: {:time_to_date($member_info.data.last_visit_time)}
会员地址: {$member_info.data.full_address ? $member_info.data.full_address : '--'} {$member_info.data.address ? $member_info.data.address : ''}
账户信息
储值余额: {:moneyFormat($member_info.data.balance)}
现金余额: {:moneyFormat($member_info.data.balance_money)}
成长值: {$member_info.data.growth}
账户明细
{if addon_is_exit('cardservice') == 1 }
{/if}
{/block} {block name="script"} {/block}