HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs
@@ -369,7 +369,7 @@ { Action<string> action = (pw) => { var resultObj = new HttpServerRequest().LoginByPassword(MainPage.LoginUser.accountString, pw); if (resultObj.Code.ToUpper() == HttpUtil.SUCCESS_CODE) if (resultObj.Code.ToUpper() == StateCode.SUCCESS) { OnAppConfig.Instance.appUnlockPasswrod = ""; OnAppConfig.Instance.appUnlockType = new System.Collections.Generic.List<string>();