ZigbeeApp/Shared/Phone/UserCenter/Password/ForgotAccountPasswordForm.cs
@@ -197,7 +197,7 @@ System.Threading.Thread.Sleep(1000); if (waitime == 0) { Application.RunOnMainThread(() => HdlThreadLogic.Current.RunMain(() => { if (btnCode != null) { @@ -210,13 +210,13 @@ }); break; } Application.RunOnMainThread(() => HdlThreadLogic.Current.RunMain(() => { if (btnCode != null) { btnCode.Text = waitime + "s" + repeat; } }); }, ShowErrorMode.NO); } }); }