Profile Picture

{{ userName }}

UID: {{ userId }}

海隙总积分: {{ slashDetail['allScore'] }}/{{ slashDetail['maxScore'] }}
湍渊总积分: {{ infinitySlashDetail['allScore'] }}/{{ infinitySlashDetail['maxScore'] }}
{{ infinitySlashDetail['challengeList'][0]['challengeName'] }}
积分:{{ infinitySlashDetail['allScore'] }}
{% for halfList in infinitySlashDetail['challengeList'][0]['halfList'] %}
无尽队伍图标
{% if loop.index == 1 %}队伍一 {% elif loop.index == 2 %}队伍二 {% endif %} {{ halfList['score'] }}
{% for roleList in halfList['roleList'] %}
角色头像
{% endfor %}
装备
{% endfor %}
{% for challengeList in slashDetail['challengeList'] %}
{{ challengeList['challengeId'] }} {{ challengeList['challengeName'] }}
评级 积分:{{ challengeList['score'] }}
{% for halfList in challengeList['halfList'] %}
队伍图标
{% if loop.index == 1 %}队伍一 {% elif loop.index == 2 %}队伍二 {% endif %} {{ halfList['score'] }}
{% for roleList in halfList['roleList'] %}
角色头像
{% endfor %}
装备图标
{% endfor %}
{% endfor %}