基本资料
个性签名:
用户昵称:
性别:
{# 根据用户原有的性别不同,对性别的checked不同 #} {% if data.user_info.gender == 'MAN' %}
男
女
{% else %}
男
女
{% endif %}