排名
{{ orderList[1].name }}
{{orderList[1].num}}
TOP2
{{ orderList[0].name }}
{{orderList[0].num}}
TOP1
{{ orderList[2].name }}
{{orderList[2].num}}
TOP2
@for (item of orderList.slice(2); track $index) {
{{$index}}
{{ item.name }}
距离第一名
{{item.num}}
}