From dc14dbad8e3a55b57cadddba40c3f437e5e80fc5 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 01 十一月 2022 09:08:03 +0800
Subject: [PATCH] 备份

---
 Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs
index 30b722b..d19e993 100644
--- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs
+++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs
@@ -47,8 +47,8 @@
             //AddChidren (buttonView);
 
             Button btnLogo = new Button () {
-                Y = Application.GetRealHeight (30),
-                Height = Application.GetRealHeight (430),
+                Y = Application.GetRealHeight (60),
+                Height = Application.GetRealWidth (430),
                 UnSelectedImagePath = MainPage.RegisterLogoString,
             };
             logoView.AddChidren (btnLogo);
@@ -57,7 +57,7 @@
                 Width = Application.GetRealWidth (500),
                 Height = Application.GetRealWidth (85),
                 X = Application.GetRealWidth (70),
-                Y = btnLogo.Bottom + Application.GetRealHeight (30),
+                Y = btnLogo.Bottom + Application.GetRealHeight (10),
                 BackgroundImagePath = "Register/Register_Email_Address.png",
                 Radius = (uint)Application.GetRealHeight (0),
             };
@@ -78,11 +78,16 @@
             //etAccount.Text = "18926269190@189.cn";
             //etAccount.Text = "721343314@qq.com";
             //etAccount.Text = "crabtreel12019@gmail.com";
-            //etAccount.Text = "2791308028@qq.com";
+            // etAccount.Text = "2791308028@qq.com";
             //etAccount.Text = "551775569@qq.com";
-            //etAccount.Text = "18824864143";
+            // etAccount.Text = "saravanaselvarajeee@gmail.com";
 
-            etAccount.Text = "cjl@hdlchina.com.cn";
+            //etAccount.Text = "cjl@hdlchina.com.cn";
+            //etAccount.Text = "2791308028@qq.com";
+            etAccount.Text = "464027401@qq.com";
+            etAccount.Text = "460649739@qq.com";
+            //etAccount.Text = "jai.panghal2201@gmail.com";
+            //etAccount.Text = "858539859@qq.com";
 #endif
 
             accountView.AddChidren (etAccount);
@@ -135,8 +140,10 @@
                 Text = password,
             };
 #if DEBUG
+            //etPasswrod.Text = "123456";
             etPasswrod.Text = "123456";
-            //etPasswrod.Text = "123456-Aa";
+            etPasswrod.Text = "kkkkkk333";
+            //etPasswrod.Text = "Haryana@2201";
 #endif
             passwrodView.AddChidren (etPasswrod);
 
@@ -486,6 +493,7 @@
                     ////鑾峰彇褰撳墠浣忓畢缃戝叧鏂规
                     //GetNowHomeGateway (revertRoomData);
                     SaveUserConfig (mHomeLists);
+
                     //}
                 } else {
                     IMessageCommon.Current.ShowErrorInfoAlter (revertObjCode);
@@ -536,8 +544,8 @@
             } else {
 
                 Application.RunOnMainThread (() => {
-                    UserMiddle.Init (false, true);
                     Close ();
+                    UserMiddle.Init (false, true);
                 });
             }
 

--
Gitblit v1.8.0