@if (userObj.vip?.expiredAt) {
{{ userObj.vip?.name }}
剩余天数:{{userObj.vip?.daysLeft}}
}@else {
爱聊 VIP
开通爱聊VIP,解锁海量专属主播聊天。
立即开通
}
{{ 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,4); track $index) {
4
{{ item?.nickname }}
距离第一名
{{ item.credit - orderList[0].credit }}
}