From 032a22c21bc9b2adb6b9ff3201433522a335df57 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 16 五月 2023 16:08:50 +0800 Subject: [PATCH] 安卓短信自动填充,首页插座改成总控 --- HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs | 50 +++++++++++++++++++++++++------------------------- 1 files changed, 25 insertions(+), 25 deletions(-) diff --git a/HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs b/HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs index ecef487..066db11 100644 --- a/HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs +++ b/HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs @@ -145,14 +145,14 @@ // } //}; - Action<View, string> textChangeEventHandler = (view, textStr) => - { - LoadMothed_EnableResetButton(); - }; - //etAccount.TextChangeEventHandler += textChangeEventHandler; - etPassword.TextChangeEventHandler += textChangeEventHandler; - etRepeatPassword.TextChangeEventHandler += textChangeEventHandler; - etVerificationCode.TextChangeEventHandler += textChangeEventHandler; + //Action<View, string> textChangeEventHandler = (view, textStr) => + //{ + // LoadMothed_EnableResetButton(); + //}; + ////etAccount.TextChangeEventHandler += textChangeEventHandler; + //etPassword.TextChangeEventHandler += textChangeEventHandler; + //etRepeatPassword.TextChangeEventHandler += textChangeEventHandler; + //etVerificationCode.TextChangeEventHandler += textChangeEventHandler; } /// <summary> @@ -286,23 +286,23 @@ }; //楠岃瘉鐮佹枃鏈鐒︾偣鍙樺寲浜嬩欢 - etVerificationCode.FoucsChanged += (sender, e) => - { - if (etVerificationCode.Foucs) - { - HDLCommon.Current.BottomLineShowType(btnVerificationCodeViewBottomLine, BottomLineType.GotFocus); - } - else - { - if (isHitBack) return;//鐐瑰嚮杩斿洖鍏抽棴椤甸潰涓嶆娴嬫彁绀� + //etVerificationCode.FoucsChanged += (sender, e) => + //{ + // if (etVerificationCode.Foucs) + // { + // HDLCommon.Current.BottomLineShowType(btnVerificationCodeViewBottomLine, BottomLineType.GotFocus); + // } + // else + // { + // if (isHitBack) return;//鐐瑰嚮杩斿洖鍏抽棴椤甸潰涓嶆娴嬫彁绀� - HDLCommon.Current.BottomLineShowType(btnVerificationCodeViewBottomLine, BottomLineType.Normal); - if (etVerificationCode.Text.Length > 4) - { - LoadMothed_EnableResetButton(); - } - } - }; + // HDLCommon.Current.BottomLineShowType(btnVerificationCodeViewBottomLine, BottomLineType.Normal); + // if (etVerificationCode.Text.Length > 4) + // { + // LoadMothed_EnableResetButton(); + // } + // } + //}; } @@ -401,7 +401,7 @@ { //鐭俊鍙戦�侀棿闅�60s (sender as Button).IsSelected = false; - etVerificationCode.Foucs = true; + //etVerificationCode.Foucs = true; }); //2.1鑾峰彇楠岃瘉鐮佸�掕鏃� new Thread(() => -- Gitblit v1.8.0