主播排行 用户排行
日榜
周榜
月榜
@if (orderList[1]) {
{{ orderList[1]?.nickname }}
}@else {

暂无

}
TOP2
@if (orderList[0]) {
{{ orderList[0]?.nickname }}
}@else {

暂无

}
TOP1
@if (orderList[0]) {
{{ orderList[2]?.nickname }}
}@else {

暂无

}
TOP3
@for (item of orderList.slice(3); track $index) {
{{$index + 4}}
{{ item?.nickname }}
距离第一名
{{ formatNumber(orderList[0].credit, item.credit) }}
}