From 72be4f06a683de33ddd563c8447c39f7f17e5b7d Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期一, 06 一月 2020 13:03:50 +0800
Subject: [PATCH] 合并代码

---
 ZigbeeApp/Shared/Phone/Device/Logic/TemplatePage.cs |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/TemplatePage.cs b/ZigbeeApp/Shared/Phone/Device/Logic/TemplatePage.cs
index 26e9ad6..9231d7a 100755
--- a/ZigbeeApp/Shared/Phone/Device/Logic/TemplatePage.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/TemplatePage.cs
@@ -1200,10 +1200,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
@@ -1211,20 +1207,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);
             }
             var saveFrameLayout = new FrameLayout
             {
@@ -1281,7 +1278,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