@for (item of options; track $index) { {{ item?.label }} }
@for (item of notices; track $index) {
【{{ item?.get("title") }}】
{{ item?.get("content") }}
{{ item?.createdAt | date : "yyyy-MM-dd HH:mm" }}
}
@if (active == 'user') { } @else { 热门 新人 三星 四星 五星 海外 }
{{ city ? city : "全部" }}
@if (active == 'anchor') { }
@if (active == 'anchor') {
@for (item of roomList; track $index) {
在线聊天
@if (userList?.includes(item.uid)) {
{{ userList?.includes(item.uid) ? "在线" : "" }}
}
}
}@else { @for (item of userList; track $index) {
{{ item.nickname || item.name || item.uid }}
{{ item.remark }} {{ item.birthdate }} {{ item.city || "未知" }}
打招呼
} } @if (disbable) { }
@for (item of greetingPhrases; track $index) {
{{ item }}
}
取消 确定 @for (item of provinceColumns; track $index) { {{ item }} } @for (item of cityColumns; track $index) { {{ item }} }