wxr
2024-04-17 566d92a603bed74f2263edcdefae54dc5d6a6813
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;
            };