mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 11:41:09 +08:00
fix fan/follow params
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -17,6 +17,17 @@ class FollowPage extends StatefulWidget {
|
||||
|
||||
@override
|
||||
State<FollowPage> createState() => _FollowPageState();
|
||||
|
||||
static void toFollowPage({dynamic mid, String? name}) {
|
||||
if (mid == null) return;
|
||||
Get.toNamed(
|
||||
'/follow',
|
||||
arguments: {
|
||||
'mid': Utils.safeToInt(mid),
|
||||
'name': name,
|
||||
},
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
class _FollowPageState extends State<FollowPage> {
|
||||
|
||||
Reference in New Issue
Block a user