From 9e92eed00fe1f98d9f41b3a0012bcc7914eb8dea Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 17 四月 2024 14:42:30 +0800
Subject: [PATCH] 协议更新,图标更新
---
HDL_ON/UI/UI1-Login/LoginPage.cs | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs
index fff95c6..3a2e734 100644
--- a/HDL_ON/UI/UI1-Login/LoginPage.cs
+++ b/HDL_ON/UI/UI1-Login/LoginPage.cs
@@ -208,8 +208,8 @@
//return;
if (b)
{
- etAccount.Text = "wxr@hdlchina.com.cn";
- //etAccount.Text = "15217626103";
+ //etAccount.Text = "13580507523";
+ etAccount.Text = "13478265371";
}
else
{
@@ -221,6 +221,12 @@
if(etAccount.Text == "wxr@hdlchina.com.cn")
{
etPassword.Text = "CQDWYEOV";
+ }else if(etAccount.Text == "13478265371")
+ {
+ etPassword.Text = "aa123456";
+ }else if (etAccount.Text == "13580507523")
+ {
+ etPassword.Text = "a123456";
}
btnLogin.IsSelected = true;
};
--
Gitblit v1.8.0