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