diff --git a/novel-front/src/main/resources/templates/book/book_comment.html b/novel-front/src/main/resources/templates/book/book_comment.html index 9aad11f..3aaf484 100644 --- a/novel-front/src/main/resources/templates/book/book_comment.html +++ b/novel-front/src/main/resources/templates/book/book_comment.html @@ -166,7 +166,7 @@ //首次不执行 if (!first) { - searchComments(obj.curr, obj.limit); + loadCommentList(obj.curr, obj.limit); } else { }