From 6a128aa8dc4542044ffcb229e9eafb10085edde4 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 10 一月 2022 10:41:20 +0800 Subject: [PATCH] 2022-01-10 1.更新版本号 --- 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