{% extends "common/layout_main.html" %} {% block content %} {% include "common/tab_member.html" %}
{% if info.status == 1 %} 编辑 {% endif %}

会员信息

姓名:{{ info.nickname }}

性别:{{ info.sex_desc }}

{% if pay_order_list %} {% for item in pay_order_list %} {% endfor %} {% else %} {% endif %}
订单编号 支付时间 支付金额 订单状态
{{ item.order_number }} {{ item.pay_time }} {{ item.total_price }} {{ item.status_desc }}
暂无订单
{% if comment_list %} {% for item in comment_list %} {% endfor %} {% else %} {% endif %}
评论时间 评分 评论内容
{{ item.created_time }} {{ item.score }} {{ item.content }}
暂无评论
{% endblock %}