fix: 关注/粉丝/全部跳转异常、个人主页请求异常

This commit is contained in:
guozhigq
2023-09-18 07:18:07 +08:00
parent 93383a5c65
commit f543be562a
3 changed files with 10 additions and 3 deletions

View File

@ -91,7 +91,10 @@ class _UpPanelState extends State<UpPanel> {
),
Material(
child: InkWell(
onTap: () => {feedBack(), Get.toNamed('/follow')},
onTap: () => {
feedBack(),
Get.toNamed('/follow?mid=${userInfo.mid}')
},
child: Container(
height: 100,
padding: const EdgeInsets.only(left: 10, right: 10),