fix: 评论区优化

This commit is contained in:
guozhigq
2023-08-30 17:46:51 +08:00
parent f6c7143d2d
commit 1e1e2e5a77
4 changed files with 277 additions and 186 deletions

View File

@ -69,7 +69,7 @@ class VideoReplyController extends GetxController {
noMore.value = '加载中...';
/// 第一页回复数小于20
if (currentPage == 0 && replies.length < 20) {
if (currentPage == 0 && replies.length < 18) {
noMore.value = '没有更多了';
}
currentPage++;