mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
fix: 评论区无限滚动
This commit is contained in:
@@ -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!,
|
||||
|
||||
Reference in New Issue
Block a user