fix: reply listview rebuild

This commit is contained in:
guozhigq
2023-06-21 22:30:54 +08:00
parent 53d873f89b
commit fbe1dfef18
4 changed files with 94 additions and 99 deletions

View File

@ -45,7 +45,7 @@ class VideoReplyController extends GetxController {
if (res['data'].replies.isNotEmpty) {
currentPage = currentPage + 1;
noMore.value = '加载中';
if (res['data'].page.count == res['data'].page.acount) {
if (replyList.length == res['data'].page.acount) {
noMore.value = '没有更多了';
}
} else {