排名
{{ 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(2,8); track $index) {
4
{{ item?.nickname }}
距离第一名
{{ item.credit - orderList[0].credit }}
}