From a93db4940a37fd73a37dd9b237c16e744e36f9ea Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 30 八月 2022 10:24:45 +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