opt: horizontal member page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-26 12:13:24 +08:00
parent 5410a5cecc
commit ed3036cc43
2 changed files with 2 additions and 4 deletions

View File

@@ -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}');
}
},
);