opt: video page v

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-27 09:28:08 +08:00
parent 0a6950e34a
commit c2d27ddd04
3 changed files with 160 additions and 77 deletions

View File

@@ -63,8 +63,8 @@ class SubDetailController extends GetxController {
if (subList.length >= mediaCount) {
loadingText.value = '没有更多了';
}
currentPage += 1;
}
currentPage += 1;
isLoadingMore = false;
return res;
}