From 160785587667cc0d927f85e44c139ec9dde13a9e Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 25 十一月 2019 14:30:13 +0800 Subject: [PATCH] 原来的 IOS 工程舍弃(注:没有合并其他组员的代码) --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/PswSecondarySecurityForm.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/PswSecondarySecurityForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/PswSecondarySecurityForm.cs index 7017148..3764cf8 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/PswSecondarySecurityForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/PswSecondarySecurityForm.cs @@ -75,7 +75,6 @@ } //瀵嗙爜閿欒锛岃閲嶆柊杈撳叆 pswControl.SetErrorMsg(Language.StringByID(R.MyInternationalizationString.uOldPsswordIsError)); - pswControl.ResetControlInfo(i_PasswordText, false); return; } //閲嶇疆鍓╀綑瀵嗙爜娆℃暟 @@ -173,12 +172,12 @@ #region 鈻� 鐣岄潰鍏抽棴___________________________ - public override void CloseForm() + public override void CloseFormBefore() { //鍙栨秷浜嬩欢 TouchIDUtils.Instance.OnHDLTouchIDStateBackEvent = null; - base.CloseForm(); + base.CloseFormBefore(); } #endregion -- Gitblit v1.8.0