{%if data['auth'] %} 授权状态:已授权 {% else %} 授权状态:未授权 {% endif %}
总船只
圣诞箱中 {{ data['count']}}
已拥有 {{ data['have']}}
收集进度
{% for dataMap in data['dataMap'] %}
概率:{{ dataMap['probability'] }}%  总船只:{{ dataMap['count'] }}  已拥有:{{ dataMap['rare'] }}
{% for shipList in dataMap['data'] %} {% if shipList['status'] == 0 %}
{% endif %} {% if shipList['status'] == 1 %}
{% endif %} {{ shipList['ship']['levelStr'] }}  {{ shipList['ship']['nameCn'] }}
{% endfor %}
{% endfor %}