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