@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" }}
}
全部 女主播 男主播
{{ city ? city : "全部" }}
@for (item of roomList; track $index) {
在线聊天
@if (userList?.includes(item.uid)) {
{{ userList?.includes(item.uid) ? "在线" : "" }}
}
}
@if (disbable) { }
取消 确认 @for (item of options; track $index) { {{ item?.label }} } 取消 确定 @for (item of provinceColumns; track $index) { {{ item }} } @for (item of cityColumns; track $index) { {{ item }} }