mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 19:51:11 +08:00
fix fan/follow params
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -92,15 +92,17 @@ abstract class LoginUtils {
|
||||
} catch (_) {}
|
||||
|
||||
try {
|
||||
Get.find<PgcController>(
|
||||
tag: HomeTabType.bangumi.name,
|
||||
).queryPgcFollow();
|
||||
Get.find<PgcController>(tag: HomeTabType.bangumi.name)
|
||||
..followPage = 1
|
||||
..followEnd = false
|
||||
..queryPgcFollow();
|
||||
} catch (_) {}
|
||||
|
||||
try {
|
||||
Get.find<PgcController>(
|
||||
tag: HomeTabType.cinema.name,
|
||||
).queryPgcFollow();
|
||||
Get.find<PgcController>(tag: HomeTabType.cinema.name)
|
||||
..followPage = 1
|
||||
..followEnd = false
|
||||
..queryPgcFollow();
|
||||
} catch (_) {}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user