更新消息设置
This commit is contained in:
@@ -164,6 +164,7 @@ class AuthBindTelController extends GetControllerEx<AuthBindTelModel> {
|
||||
final data = {
|
||||
'phone': model.phone,
|
||||
'verify': model.code,
|
||||
'merge': true,
|
||||
};
|
||||
|
||||
var response =
|
||||
|
||||
@@ -442,6 +442,8 @@ class _UpdateUserPageState extends State<EditUserPage> {
|
||||
userInfoController.model.user!.tmpHead = null;
|
||||
userInfoController.model.user!.tmpNickName = null;
|
||||
await userInfoController.getUserInfo();
|
||||
userInfoController.model.user!.tmpNickName = userInfoController.model.user!.nick_name;
|
||||
userInfoController.model.user!.tmpHead = userInfoController.model.user!.avatar;
|
||||
userInfoController.updateAll();
|
||||
Get.back();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user