@for (item of options; track $index) {
{{ item?.label }}
}
@for (item of banner; track $index) {
}
@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 }}
}