消息中心
{%if messages['rows'] != null%} {%for item in messages['rows']%}
{{item['readtype']}}
{%if item['structure'] != null%}{{item['title']}}{%else%}{{item['title']}}{%endif%} {%if item['type'] == "warning"%}{%endif%}
{{item['sendtime']}}
{{item['content']}}
{%endfor%} {%endif%}