From 291b8c485ac4095c3c20570602cce9c91d7f45b8 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 28 一月 2021 18:23:01 +0800 Subject: [PATCH] 电风扇,净化器,扫地机器人 --- HDL_ON/UI/UI1-Login/LoginPage.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs index 6460067..c88dd35 100644 --- a/HDL_ON/UI/UI1-Login/LoginPage.cs +++ b/HDL_ON/UI/UI1-Login/LoginPage.cs @@ -191,13 +191,14 @@ bool b = false; btnIcon.MouseUpEventHandler += (sender, e) => { + //return; if (b) { - etAccount.Text = "18824864143";// "18824864143";//"464027401@qq.com"; //"2791308028@qq.com";//13697499568 + etAccount.Text = "13415629083";// "18824864143";//"464027401@qq.com"; //"2791308028@qq.com";//13697499568 } else { - etAccount.Text = "13602944661";//13375012446 + etAccount.Text = "13375012446";//13375012446 } b = !b; etPassword.Text = "123456"; -- Gitblit v1.8.0