From 2b9a266168793da88a6e615fb961c254698dc12c Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 23 三月 2022 15:36:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/release0123' into wjc

---
 HDL_ON/UI/UI2/1-HomePage/HomePage.cs |   60 +++++++++++++++++++++++++++++-------------------------------
 1 files changed, 29 insertions(+), 31 deletions(-)

diff --git a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
index 2d42531..ecea303 100644
--- a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
+++ b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -189,22 +189,22 @@
                 //鏇存柊閾炬帴鐘舵�乮con棰滆壊
 
 
-
+                int ddd = 0;
 #if DEBUG
                 btnResidenceName.MouseUpEventHandler = (sender, e) =>
                 {
 
-                    if (UserInfo.Current.VerOpenDoorPw || string.IsNullOrEmpty(UserInfo.Current.doorPasswordString))
-                    {
-                        var page = new DoorLockUnlockPage(new Function());
-                        MainPage.BasePageView.AddChidren(page);
-                        page.LoadView();
-                        MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
-                    }
-                    else
-                    {
-                        Control.Ins.OneKeyUnlocking(new Function(), UserInfo.Current.doorPasswordString);
-                    }
+                    //if (UserInfo.Current.VerOpenDoorPw || string.IsNullOrEmpty(UserInfo.Current.doorPasswordString))
+                    //{
+                    //    var page = new DoorLockUnlockPage(new Function());
+                    //    MainPage.BasePageView.AddChidren(page);
+                    //    page.LoadView();
+                    //    MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
+                    //}
+                    //else
+                    //{
+                    //    Control.Ins.OneKeyUnlocking(new Function(), UserInfo.Current.doorPasswordString);
+                    //}
 
                 };
 #endif
@@ -940,10 +940,10 @@
                     index++;
 
 
-                    if (!function.online)
-                    {
-                        btnbg.UnSelectedImagePath = "Collection/FunctionOfflineBg.png";
-                    }
+                    //if (!function.online)
+                    //{
+                    //    btnbg.UnSelectedImagePath = "Collection/FunctionOfflineBg.png";
+                    //}
                 }
 
                 if (index == 0)
@@ -1327,22 +1327,20 @@
                     UpdataFunctionStates(function);
                 }
 
+                //var btnOffline = new Button()
+                //{
+                //    X = btnIcon.Right,
+                //    Y = Application.GetRealWidth(16),
+                //    Height = Application.GetMinRealAverage(32),
+                //    TextID = StringId.DeviceOffline,
+                //    TextColor = CSS_Color.WarningColor,
+                //    TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
+                //    TextAlignment = TextAlignment.CenterLeft,
+                //    Tag = "OnlineTag",
+                //    Visible = !function.online
+                //};
+                //view.AddChidren(btnOffline);
 
-                if (!function.online)
-                {
-                    var btnOffline = new Button()
-                    {
-                        X = btnIcon.Right,
-                        Y = Application.GetRealWidth(16),
-                        Height = Application.GetMinRealAverage(32),
-                        TextID = StringId.DeviceOffline,
-                        TextColor = CSS_Color.WarningColor,
-                        TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
-                        TextAlignment = TextAlignment.CenterLeft
-                    };
-                    view.AddChidren(btnOffline);
-
-                }
             }
             catch (Exception ex)
             {

--
Gitblit v1.8.0