更新语言
This commit is contained in:
@@ -155,6 +155,7 @@ class UserInfoController extends GetControllerEx<UserInfoModel> {
|
||||
apiResponse.msg = "昵称为空".tr;
|
||||
return apiResponse;
|
||||
}
|
||||
|
||||
if ((phone != null && phone.isNotEmpty) ||
|
||||
(email != null && email.isNotEmpty)) {
|
||||
if (loginController.model.updateCode == null ||
|
||||
|
||||
Reference in New Issue
Block a user