消息通知

<% if (msgInfo) { %>

<%= msgInfo.title %>

<%- (type === 1 ? msgInfo.creator : '') %> 发布于 <%= moment(msgInfo.release_time*1000).format('YYYY-MM-DD') %> <% if (uid === msgInfo.create_uid) { %> 编辑 <% } %>

<%- msgInfo.content %>
<% if (msgInfo.files && msgInfo.files.length > 0) { %>
附件
<% for (const file of msgInfo.files) { %>
<%- file.filename %><%- file.filesize %>
<% } %> <% } %>
<% } %>