查看短消息
{model.title}
{model.post_time}
<%if(model.type==2)%>
发件人:{model.post_user_name}
<%else if(model.type==3)%>
收件人:{model.accept_user_name}
<%/if%>
{model.content}
<%if(prev_id>0||next_id>0)%>
<%if(prev_id>0)%>
">上一条
<%/if%>
<%if(next_id>0)%>
">下一条
<%/if%>
<%/if%>