feat:更新用户表单

This commit is contained in:
2026-07-05 20:41:06 +08:00
parent 780526ddf4
commit a5b3053920
4 changed files with 27 additions and 21 deletions

View File

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