更新语言

This commit is contained in:
wyf
2025-12-09 18:09:31 +08:00
parent e7c51bea52
commit 793dddfba8
7 changed files with 71 additions and 38 deletions

View File

@@ -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 ||