opt: common ctr

opt: state

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-11 12:21:42 +08:00
parent 5bff1747e6
commit 574bf861f0
129 changed files with 1065 additions and 1058 deletions

View File

@@ -46,12 +46,12 @@ class FollowChildController
@override
Future<LoadingState<FollowDataModel>> customGetData() {
if (tagid != null) {
return MemberHttp.followUpGroup(mid, tagid, currentPage, 20);
return MemberHttp.followUpGroup(mid, tagid, page, 20);
}
return FollowHttp.followingsNew(
vmid: mid,
pn: currentPage,
pn: page,
ps: 20,
orderType: orderType.value.type,
);