mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +08:00
opt: common ctr
opt: state Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user