Compare commits

...

3 Commits

Author SHA1 Message Date
xiongxiaoyang
f3f37721b1 Merge remote-tracking branch 'Gitee/develop_xxy' into develop_xxy 2025-12-27 13:08:56 +08:00
xiongxiaoyang
0f7d81de8d fix(novel-front): 修复作品评论区分页错误 2025-12-27 13:06:47 +08:00
xxy
6fc8e9634d Update README.md 2025-11-09 11:55:18 +08:00
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
<a href='https://github.com/201206030/novel-plus'><img alt="Github forks" src="https://img.shields.io/github/forks/201206030/novel-plus?logo=github"></a>
<a href='https://gitee.com/novel_dev_team/novel-plus'><img alt="Gitee stars" src="https://gitee.com/novel_dev_team/novel-plus/badge/star.svg?theme=gitee"></a>
<a href='https://gitee.com/novel_dev_team/novel-plus'><img alt="Gitee forks" src="https://gitee.com/novel_dev_team/novel-plus/badge/fork.svg?theme=gitee"></a>
<a href='https://github.com/201206030/novel-plus/releases'><img alt="GitHub downloads" src="https://img.shields.io/github/downloads/201206030/novel-plus/total.svg"></a>
<a href='https://hub.docker.com/u/201206030'><img alt="Docker pull" src="https://img.shields.io/docker/pulls/201206030/novel-front"></a>
</p>
<p align="center">

View File

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