feat:更新用户表单
This commit is contained in:
@@ -65,7 +65,7 @@ class MomentCardState extends State<MomentCard> {
|
||||
await provider.queryMomentByUserId(widget.moment.userId!);
|
||||
|
||||
if (mounted) {
|
||||
Navigator.pushNamed(context, '/ProfileUser');
|
||||
Navigator.pushNamed(context, '/profileUser');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user