From 19b4abbebede2255b8d9f286105c7bf41d254429 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 29 十二月 2023 09:44:58 +0800
Subject: [PATCH] 金路备份

---
 HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs
index 1b55639..f7d63d1 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs
@@ -1069,18 +1069,19 @@
                     if (device.trait_on_off.curValue.ToString() == "on")
                     {
                         btnMode.IsSelected = btnSwing.IsSelected = btnWindSpeed.IsSelected = true;
-                        setTempBar.Enable = true;
+                        //setTempBar.Enable = true;
                         setTempBar.ProgressBarColor = CSS_Color.MainColor;
 
                         btnSwitch.IsSelected = true;
-                        if (device.GetAttrState(FunctionAttributeKey.Mode) == "fan")
-                        {
-                            setTempBar.IsClickable = false;
-                        }
-                        else
-                        {
-                            setTempBar.IsClickable = true;
-                        }
+                        //if (device.GetAttrState(FunctionAttributeKey.Mode) == "fan")
+                        //{
+                        //    setTempBar.IsClickable = false;
+                        //}
+                        //else
+                        //{
+                        //    setTempBar.IsClickable = true;
+                        //}
+
                     }
                     else
                     {
@@ -1092,11 +1093,15 @@
                         setTempBar.IsClickable = false;
                     }
 
-                    if (device.GetAttrState(FunctionAttributeKey.Mode) == "dry")
+                    if (device.GetAttrState(FunctionAttributeKey.Mode) == "dry" || device.GetAttrState(FunctionAttributeKey.Mode) == "fan")
                     {
                         setTempBar.IsOffline = true;
                         setTempBar.IsClickable = false;
 
+                    }else
+                    {
+                        setTempBar.IsOffline = false;
+                        setTempBar.IsClickable = true;
                     }
                 }
 

--
Gitblit v1.8.0