From bd68f0a389e4e47b108749afea26a4eb5418e31b Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 09 六月 2022 11:07:04 +0800 Subject: [PATCH] 平台迁移功能,手动升级功能 --- Crabtree/SmartHome/UI/SimpleControl/Phone/Register/ForgotPassword.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/ForgotPassword.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/ForgotPassword.cs index 3a17e88..dd726e3 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/ForgotPassword.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/ForgotPassword.cs @@ -188,10 +188,13 @@ } catch { } }); }) { IsBackground = true}.Start(); + + string emailAccount = Register_Email_Address.Text.Trim (); + System.Threading.Tasks.Task.Run (() => { try { Register_Send.IsSelected = false; - string emailAccount = Register_Email_Address.Text.Trim (); + //string emailAccount = Register_Email_Address.Text.Trim (); var reg = new Regex ("^\\s*([A-Za-z0-9_-]+(\\.\\w+)*@(\\w+\\.)+\\w{2,5})\\s*$"); var ss = reg.Match (emailAccount); -- Gitblit v1.8.0