消息(
${msgUnReadCount}
)
@if(isNotEmpty(msgUnReadList)){
没有消息
@for(msg in msgUnReadList){
${msg.messageTitle}
${msg.messageSendTime,"yyyy-MM-dd HH:mm:ss"}
@}
全部标记已读
@}else{
没有消息
@}