From c96d62ac9c6bb1d880a9170f9dd477fcb5f76fc0 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 01 二月 2023 10:16:11 +0800 Subject: [PATCH] 备注同步功能 --- Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs index 8793a4f..c1ccd5a 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs @@ -83,7 +83,10 @@ // etAccount.Text = "saravanaselvarajeee@gmail.com"; //etAccount.Text = "cjl@hdlchina.com.cn"; - etAccount.Text = "2791308028@qq.com"; + //etAccount.Text = "2791308028@qq.com"; + etAccount.Text = "464027401@qq.com"; + etAccount.Text = "460649739@qq.com"; + etAccount.Text = "1489771324@qq.com"; //etAccount.Text = "jai.panghal2201@gmail.com"; //etAccount.Text = "858539859@qq.com"; #endif @@ -139,7 +142,9 @@ }; #if DEBUG //etPasswrod.Text = "123456"; - etPasswrod.Text = "123456-Bb"; + etPasswrod.Text = "123456"; + etPasswrod.Text = "kkkkkk333"; + etPasswrod.Text = "Hdl1985."; //etPasswrod.Text = "Haryana@2201"; #endif passwrodView.AddChidren (etPasswrod); @@ -490,6 +495,7 @@ ////鑾峰彇褰撳墠浣忓畢缃戝叧鏂规 //GetNowHomeGateway (revertRoomData); SaveUserConfig (mHomeLists); + //} } else { IMessageCommon.Current.ShowErrorInfoAlter (revertObjCode); -- Gitblit v1.8.0