注册时间: {{ time.strftime('%Y-%m-%d %H:%M',time.localtime(int(abs(data['userInfo']['accountCreateTime'])))) }}
服务器: {{ data['userInfo']['serverCn'] }}
{% if data['userInfo']['avatar']['sign']['status'] == 2 %}
{{ data['userInfo']['avatar']['sign']['data'] }}
{% endif %}
{%if data['auth'] %}
授权状态:已授权
{% else %}
授权状态:未授权
{% endif %}
总船只
圣诞箱中
{{ data['count']}}
已拥有
{{ data['have']}}
收集进度
概率:{{ dataMap['probability'] }}%
总船只:{{ dataMap['count'] }}
已拥有:{{ dataMap['rare'] }}
{% for shipList in dataMap['data'] %}
{% if shipList['status'] == 0 %}
{% endif %}
{% if shipList['status'] == 1 %}
{% endfor %}
{% endif %}
{{ shipList['ship']['levelStr'] }}
{{ shipList['ship']['nameCn'] }}
{% endfor %}