mirror of
https://gitee.com/novel_dev_team/novel-plus
synced 2026-07-20 17:54:59 +08:00
fix(novel-front): 修复作品评论区分页错误
This commit is contained in:
@@ -166,7 +166,7 @@
|
|||||||
|
|
||||||
//首次不执行
|
//首次不执行
|
||||||
if (!first) {
|
if (!first) {
|
||||||
searchComments(obj.curr, obj.limit);
|
loadCommentList(obj.curr, obj.limit);
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user