HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs
@@ -368,7 +368,7 @@ else { Action<string> action = (pw) => { var resultObj = new HttpServerRequest().LoginByPassword( UserInfo.Current.accountString, pw); var resultObj = new HttpServerRequest().LoginByPassword( UserInfo.Current.AccountString, pw); if (resultObj.Code.ToUpper() == StateCode.SUCCESS) { OnAppConfig.Instance.appUnlockPasswrod = "";