注册
@if(!currentUser?.id){
请登录
暂无信息
}
@if(currentUser?.id){
{{ currentUser?.get("username") }}
{{ currentUser?.get("realname") }}
性别:{{ currentUser?.get("gender") || "-" }} 年龄:{{
currentUser?.get("age") || "-"
}}
}
@if(!currentUser?.id){
注册
登录
} @if(currentUser?.id){
编辑资料
登出
}