From 3f87bf0ae7394cdd7d52428f1f6b4361434c7cc4 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期五, 15 五月 2020 13:28:33 +0800 Subject: [PATCH] hhhhhhhhh --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/VerificationCodeControl.cs | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/VerificationCodeControl.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/VerificationCodeControl.cs index 3c44056..da2a3c0 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/VerificationCodeControl.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/VerificationCodeControl.cs @@ -115,6 +115,21 @@ } if (e.Focus == true) { + //鑷姩鐒︾偣閫夋嫨鍓嶉潰鐨勭┖鐧戒綅缃� + //if (txtCode.Text == string.Empty) + //{ + // for (int i = 0; i < this.CodeLenth; i++) + // { + // if (dicCodeControls[i].Text == string.Empty) + // { + // dicCodeControls[i].FoucsChanged -= this.TxtCode_FoucsChangedEvent; + // dicCodeControls[i].Parent.BorderColor = UserCenterColor.Current.TextFrameSelectColor; + // dicCodeControls[i].Foucs = true; + // dicCodeControls[i].FoucsChanged += this.TxtCode_FoucsChangedEvent; + // return; + // } + // } + //} txtCode.Parent.BorderColor = UserCenterColor.Current.TextFrameSelectColor; } else -- Gitblit v1.8.0