@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,解锁海量专属主播聊天
立即开通
}
@if (orderList[1]) {
{{ orderList[1]?.nickname }}
}@else {
暂无
}
@if (orderList[0]) {
{{ orderList[0]?.nickname }}
}@else {
暂无
}
@if (orderList[2]) {
{{ orderList[2]?.nickname }}
}@else {
暂无
}
@for (item of orderList.slice(3,11); track $index) {
{{ $index + 4 }}
{{ item?.nickname }}
}