@if(!loading){
}
{{
user.get("nickname") || user.get("mobile") || user.get("username")
}}
@if (profile?.get('identyType') == 'anchor') {
LV{{ user.get("completionRate") }}
}@else {
LV{{ user.get("achievementCount") }}
}
@if (userObj.vip?.expiredAt) {
{{ userObj.vip?.name }}
剩余天数:{{ userObj.vip?.daysLeft }}
}@else {
hey聊

开通VIP,解锁海量专属主播聊天
立即开通
}
{{ orderList[1]?.nickname }}
{{ orderList[1]?.credit }}
TOP2
{{ orderList[0]?.nickname }}
{{ orderList[0]?.credit }}
TOP1
{{ orderList[2]?.nickname }}
{{ orderList[2]?.credit }}
TOP3
@for (item of orderList.slice(3,4); track $index) {
4
{{ item?.nickname }}
{{ item.credit }}
距离第一名
{{ orderList[0].credit - item.credit }}
}