详情里的对话框切换动画ok
This commit is contained in:
@@ -41,8 +41,8 @@ class _AvatarNameState extends State<AvatarName> {
|
||||
setState(() {
|
||||
_isEdit = false;
|
||||
});
|
||||
var res = await updateUserInfoApi(name: value);
|
||||
widget.onUpdate(res);
|
||||
widget.onUpdate(UserInfo(name: value));
|
||||
await updateUserInfoApi(name: value);
|
||||
}
|
||||
|
||||
///选择图片
|
||||
|
||||
Reference in New Issue
Block a user