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