@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" }}
}
@for (item of roomList; track $index) {
在线聊天
@if (userList?.includes(item.uid)) {

{{ userList?.includes(item.uid) ? "在线" : "" }}
}
}
@if (disbable) {
}