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