@for (item of list; track $index) {
{{ item.nickname }}
@if (item.isVip) {

} @if (item.identyType == 'anchor') {
主播
}
{{ item.formatted_date }}
@if (!item.isVerify) {
审核中
}
{{ item.content }}
@for (img of item.images; track $index) {
![]()
}
}
@if (disbable) {