@if (active == 0) {
个人资料
生日:{{ birthdat }}
星座:{{ constellation }}
城市:未知
{{ profile?.get("remark") }}
ta的社交标签
@for (t of profile?.get('tag'); track $index) {
{{ t }}
}
对ta的评价
漂亮小姐姐
颜值主播
唱歌好听
萝莉控
声优
喜欢日漫
都喜欢
ta的礼物墙
@for (item of giftList; track $index) {
![]()
}
}@else {
个人相册
@for (item of profile?.get('attachment'); track $index) {
![]()
}
} @if (uid !== currentUser?.id &&
!accServ.userVip?.rights?.['view-profile']) {
}