fix: 评论区无限滚动

This commit is contained in:
orz12
2024-08-18 23:33:16 +08:00
parent 4fc5913633
commit 2ebf0a29b7
3 changed files with 6 additions and 3 deletions

View File

@@ -58,9 +58,7 @@ class VideoReplyController extends GetxController {
nextOffset = '';
noMore.value = '';
}
if (noMore.value == '没有更多了') {
return;
}
if (noMore.value == '没有更多了') return;
isLoadingMore = true;
final res = await ReplyHttp.replyList(
oid: aid!,