From 5cd12e73a667fcf0d831b13c4734911743771147 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期四, 02 一月 2020 11:03:06 +0800 Subject: [PATCH] 2020-01-02-01 --- ZigbeeApp/Shared/Phone/Device/Logic/CustomText.cs | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/CustomText.cs b/ZigbeeApp/Shared/Phone/Device/Logic/CustomText.cs index cdaedb0..1ec4312 100644 --- a/ZigbeeApp/Shared/Phone/Device/Logic/CustomText.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/CustomText.cs @@ -111,12 +111,7 @@ alert.Show(); return; } - if (Common.Logic.CurrentLogic.LogicId != 0) - { - ///鍙敼鎺ㄩ�佸唴瀹癸紱 - Send.LogicControlSwitch(Common.Logic.CurrentLogic); - Send.Data("娣诲姞/鏇存柊", "/App/HomeLogicConfig", "POST"); - } + Send.Zj(true, Common.Logic.CurrentLogic); RemoveFromParent(); }; -- Gitblit v1.8.0