主播排行 用户排行
日榜
周榜
月榜
{{ orderList[1]?.nickname }}
TOP2
{{ orderList[0]?.nickname }}
TOP1
{{ orderList[2]?.nickname }}
TOP3
@for (item of orderList.slice(3); track $index) {
{{$index + 4}}
{{ item?.nickname }}
距离第一名
{{ (orderList[0].credit - item.credit).toFixed(2) }}
}