个人中心
修改密码
原密码
新密码
确认新密码
修改密码
我的收藏
<% if (favorites && favorites.length > 0) { %>
<% favorites.forEach(function(post) { %>
<%= post.title %>
取消收藏
<% }); %>
<% } else { %>
暂无收藏的博文
<% } %>
我的评论
<% if (comments && comments.length > 0) { %>
<% comments.forEach(function(comment) { %>
<%= comment.content %>
于
<%= comment.post.title %>
• <%= new Date(comment.createdAt).toLocaleString('zh-CN') %>
<% }); %>
<% } else { %>
暂无评论
<% } %>