From a4d525d08da7b6fb985b0069c539c11b06306a9b Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期三, 13 十一月 2019 16:28:34 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev-tzy' into dev-wjc

---
 ZigbeeApp/Shared/Phone/UserCenter/Password/ForgotAccountPasswordForm.cs |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Password/ForgotAccountPasswordForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Password/ForgotAccountPasswordForm.cs
index a8ad87f..9586aa9 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Password/ForgotAccountPasswordForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Password/ForgotAccountPasswordForm.cs
@@ -81,7 +81,7 @@
             var btnCode = new NormalViewControl(302, 127, true);
             btnCode.X = rowPhone.Right + Application.GetRealWidth(35);
             btnCode.Y = Application.GetRealHeight(23);
-            btnCode.Radius = (uint)Application.GetMinRealAverage(4);
+            btnCode.Radius = 4;
             btnCode.TextID = R.MyInternationalizationString.uGetVerificationCode;
             btnCode.TextColor = UserCenterColor.Current.White;
             btnCode.BackgroundColor = UserCenterColor.Current.TextOrangeColor;
@@ -187,8 +187,8 @@
             btnCode.BackgroundColor = 0xfffebca9;
             //?s鍚庨噸鍙�
             string repeat = Language.StringByID(R.MyInternationalizationString.RepeatSend1);
-            //鏈夋晥鏃堕棿300绉�
-            int waitime = 300;
+            //鏈夋晥鏃堕棿60绉�
+            int waitime = 60;
             btnCode.Text = waitime + "s" + repeat;
 
             HdlThreadLogic.Current.RunThread(() =>
@@ -199,7 +199,6 @@
                     System.Threading.Thread.Sleep(1000);
                     if (waitime == 0)
                     {
-                        this.canCheckCode = false;
                         Application.RunOnMainThread(() =>
                         {
                             if (btnCode != null)
@@ -305,7 +304,7 @@
             /// </summary>
             public string Account = UserCenterResourse.UserInfo.Phone;
             /// <summary>
-            /// 鍏徃缂栧彿,鍥藉唴浣跨敤鎵嬫満鐭俊楠岃瘉鐮佹椂锛屾瀛楁濉叆0锛屽浗澶栨墜鏈虹煭淇¢獙璇佺爜锛屾瀛楁濉叆4 
+            /// 鍏徃缂栧彿,鍥藉唴浣跨敤鎵嬫満鐭俊楠岃瘉鐮佹椂锛屾瀛楁濉叆0锛屽浗澶栨墜鏈虹煭淇¢獙璇佺爜锛屾瀛楁濉叆4
             /// </summary>
             public int Company = Common.CommonPage.PhoneZoneStr == "86" ? 0 : 4;
             /// <summary>

--
Gitblit v1.8.0