From a5b3c4bae726ef6770d4bfcbf2f4b50a37ed4a15 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 06 三月 2020 15:31:36 +0800
Subject: [PATCH] 删除了郭雪城的 DeviceUi 这个类

---
 ZigbeeApp/Shared/Phone/Device/Logic/LogicCommunalPage.cs |   28 +++++++++++++---------------
 1 files changed, 13 insertions(+), 15 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/LogicCommunalPage.cs b/ZigbeeApp/Shared/Phone/Device/Logic/LogicCommunalPage.cs
index b70c646..1bb7ea7 100755
--- a/ZigbeeApp/Shared/Phone/Device/Logic/LogicCommunalPage.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/LogicCommunalPage.cs
@@ -60,7 +60,8 @@
             };
             topRowLayout.AddChidren(clickBtn);
             clickBtn.MouseDownEventHandler += (sender, e) =>
-            {
+            {
+                action();
                 RemoveFromParent();
             };
 
@@ -763,7 +764,7 @@
                                                 {
                                                     if (Common.Logic.CurrentLogic.Accounts[a]["UserId"] == conditions["AttriButeData2"])
                                                     {
-                                                        devicestatus.Text = Common.Logic.CurrentLogic.Accounts[a]["Account"];
+                                                        devicestatus.Text = Common.Logic.CurrentLogic.Accounts[a]["AccountName"];
                                                         break;
 
                                                     }
@@ -1531,7 +1532,7 @@
                         case 2:
                             {
                                 //鍦ㄦ湰鍦版煡鎵捐鍦烘櫙;
-                                var sceneinof = Common.Room.AllRoomSceneUIList.Find((obj) => { return obj.Id.ToString() == actions["DeviceAddr"].ToString(); });
+                                var sceneinof = UserCenter.HdlSceneLogic.Current.GetAllRoomSceneList().Find((obj) => { return obj.Id.ToString() == actions["DeviceAddr"].ToString(); });
                                 //鏈湴娌℃湁瀛樺湪;
                                 if (sceneinof == null)
                                 {
@@ -1582,7 +1583,7 @@
                                 actionsrowLayout.AddChidren(btnregionname);
                                 /////閫氳繃璁惧鎵惧埌鍖哄煙(鎴块棿)鍚嶇О
                                 Common.Room room = new Common.Room();
-                                btnregionname.Text = room.GetRoomNameBySceneId(sceneinof.Id);
+                                btnregionname.Text = UserCenter.HdlRoomLogic.Current.GetRoomNameBySceneId(sceneinof.Id);
                                 //Send.RoomNmae(btnregionname, deviceinof);
 
 
@@ -1984,7 +1985,7 @@
             custompushback.MouseUpEventHandler += customclick;
             custompushRowLayout.MouseUpEventHandler += customclick;
             bool tag = false;//鏍囪寮�鍏崇姸鎬�;
-            btnswitch.MouseUpEventHandler += (sender1, e1) =>
+            btnswitch.MouseUpEventHandler +=(sender1, e1) =>
               {
                   btnswitch.IsSelected = !btnswitch.IsSelected;
                   if (btnswitch.IsSelected)
@@ -1992,10 +1993,6 @@
                       tag = true;
                       custompushFrameLayout.Height = Application.GetRealHeight(160);
                       Common.Logic.CurrentLogic.LogicIsCustomPushText = 1;
-                      if (Common.Logic.CurrentLogic.LogicId != 0)
-                      {
-                          Send.Data("娣诲姞/鏇存柊", "/App/HomeLogicConfig", "POST");
-                      }
 
                   }
                   else
@@ -2003,20 +2000,21 @@
                       tag = false;
                       custompushFrameLayout.Height = Application.GetRealHeight(0);
                       Common.Logic.CurrentLogic.LogicIsCustomPushText = 0;
-                      if (Common.Logic.CurrentLogic.LogicId != 0)
-                      {
-                          Send.Data("鍒犻櫎", "/App/DelHomeLogicConfig", "POST");
-                      }
-                      
                   }
+                  Send.Zj(tag,Common.Logic.CurrentLogic);
               };
+
             if (Common.Logic.CurrentLogic.LogicIsCustomPushText == 0)
             {
+                tag = false;
                 btnswitch.IsSelected = false;
+                custompushFrameLayout.Height = Application.GetRealHeight(0);
             }
             else
             {
+                tag = true;
                 btnswitch.IsSelected = true;
+                custompushFrameLayout.Height = Application.GetRealHeight(160);
             }
             #endregion
 
@@ -2056,7 +2054,7 @@
                         Common.Logic.LogicList.Add(Common.Logic.CurrentLogic);
                         if (tag)
                         {
-                            Send.Data("娣诲姞/鏇存柊", "/App/HomeLogicConfig", "POST");
+                            Send.Zj(tag, Common.Logic.CurrentLogic);
                         }
                     }
                 }

--
Gitblit v1.8.0