From 002e48d8baa60c8d38ba95d65cd73118ab8cdb09 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 14 七月 2023 10:54:33 +0800
Subject: [PATCH] 设备状态刷新
---
HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs b/HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs
index 066db11..db8615e 100644
--- a/HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs
+++ b/HDL_ON/UI/UI1-Login/ForgetPasswordPageBLL.cs
@@ -134,25 +134,25 @@
}
}
- LoadMothed_EnableResetButton();
};
- //etVerificationCode.TextChangeEventHandler = (sender, e) => {
+ etVerificationCode.TextChangeEventHandler = (sender, e) =>
+ {
- // if (etVerificationCode.Text.Length > 1)
- // {
- // LoadMothed_EnableResetButton();
- // }
- //};
+ if (etVerificationCode.Text.Length > 1)
+ {
+ LoadMothed_EnableResetButton();
+ }
+ };
- //Action<View, string> textChangeEventHandler = (view, textStr) =>
- //{
- // LoadMothed_EnableResetButton();
- //};
- ////etAccount.TextChangeEventHandler += textChangeEventHandler;
- //etPassword.TextChangeEventHandler += textChangeEventHandler;
- //etRepeatPassword.TextChangeEventHandler += textChangeEventHandler;
- //etVerificationCode.TextChangeEventHandler += textChangeEventHandler;
+ Action<View, string> textChangeEventHandler = (view, textStr) =>
+ {
+ LoadMothed_EnableResetButton();
+ };
+ //etAccount.TextChangeEventHandler += textChangeEventHandler;
+ etPassword.TextChangeEventHandler += textChangeEventHandler;
+ etRepeatPassword.TextChangeEventHandler += textChangeEventHandler;
+ etVerificationCode.TextChangeEventHandler += textChangeEventHandler;
}
/// <summary>
--
Gitblit v1.8.0