From 0a0d7ec5080cd1f1802d9fcc96b08102b9b551f1 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期五, 29 五月 2020 11:15:19 +0800
Subject: [PATCH] 2020-05-29-2
---
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