{{ 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 %}