fix(novel-front): 修复作品评论区分页错误

This commit is contained in:
xiongxiaoyang
2025-12-27 13:06:47 +08:00
parent 313e73c63b
commit 0f7d81de8d

View File

@@ -166,7 +166,7 @@
//首次不执行
if (!first) {
searchComments(obj.curr, obj.limit);
loadCommentList(obj.curr, obj.limit);
} else {
}