From 0f7d81de8d8ca0d64f34691b0335bb0ffcbbcbc7 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Sat, 27 Dec 2025 13:06:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(novel-front):=20=E4=BF=AE=E5=A4=8D=E4=BD=9C?= =?UTF-8?q?=E5=93=81=E8=AF=84=E8=AE=BA=E5=8C=BA=E5=88=86=E9=A1=B5=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- novel-front/src/main/resources/templates/book/book_comment.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { }