mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-16 07:06:14 +08:00
opt: horizontal member page
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -272,10 +272,10 @@ class _HorizontalMemberPageState extends State<HorizontalMemberPage> {
|
||||
onTap: () {
|
||||
if (index == 0) {
|
||||
Get.toNamed(
|
||||
'/fan?mid=${widget.mid}&name=${_controller.name}');
|
||||
'/fan?mid=${widget.mid}&name=${memberInfoModel.name}');
|
||||
} else if (index == 2) {
|
||||
Get.toNamed(
|
||||
'/follow?mid=${widget.mid}&name=${_controller.name}');
|
||||
'/follow?mid=${widget.mid}&name=${memberInfoModel.name}');
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user