diff --git "a/book/4.10 \347\225\231\350\250\200.md" "b/book/4.10 \347\225\231\350\250\200.md" index e9f26b39..f02514e7 100644 --- "a/book/4.10 \347\225\231\350\250\200.md" +++ "b/book/4.10 \347\225\231\350\250\200.md" @@ -41,7 +41,7 @@ exports.Comment.index({ postId: 1, _id: 1 }).exec()// 通过文章 id 获取该 <% if (user && comment.author._id && user._id.toString() === comment.author._id.toString()) { %>
<% } %> @@ -49,7 +49,8 @@ exports.Comment.index({ postId: 1, _id: 1 }).exec()// 通过文章 id 获取该 <% }) %> <% if (user) { %> -