fix: 切换合集评论不刷新 issues #326 #525

This commit is contained in:
guozhigq
2024-02-11 23:07:44 +08:00
parent 3d5ebe7e99
commit b264427be6
5 changed files with 18 additions and 8 deletions

View File

@ -59,6 +59,7 @@ class VideoReplyController extends GetxController {
isLoadingMore = true;
if (type == 'init') {
currentPage = 0;
noMore.value = '';
}
if (noMore.value == '没有更多了') {
return;