主播排行
用户排行
@if (orderList[1]) {
{{ orderList[1]?.nickname }}
}@else {
暂无
}
@if (orderList[0]) {
{{ orderList[0]?.nickname }}
}@else {
暂无
}
@if (orderList[0]) {
{{ orderList[2]?.nickname }}
}@else {
暂无
}
@for (item of orderList.slice(3); track $index) {
{{$index + 4}}
{{ item?.nickname }}
距离第一名
{{ formatNumber(orderList[0].credit, item.credit) }}
}