@if (active == 0) {
个人资料
生日:{{ birthdat }}
星座:{{ constellation }}
城市:未知
{{ profile?.get("remark") }}
ta的社交标签
@for (t of profile?.get('tag'); track $index) {
{{ t }}
}
@if (profile?.get('identyType') == 'anchor') {
@for (item of giftList; track $index) {
x{{ item.count }}
}
}} @else {
个人相册
@for (item of profile?.get('attachment'); track $index) {
![]()
}
} @if (uid !== currentUser?.id &&
!accServ.userVip?.rights?.['view-profile']) {
}