From e37cdac9c10e37dd9bbdf81c69a886b1fa281978 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期一, 08 三月 2021 10:08:45 +0800
Subject: [PATCH] 2021-3-8-3

---
 HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Method.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Method.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Method.cs
index 0bc89c6..8d5d538 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Method.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Method.cs
@@ -71,9 +71,9 @@
                             }
                             if (bool_if)
                             {
-                                control.deviceId = mqttdate.id;
                                 ///杩欓噷锛氱洃鍚琈TTP鎺ㄩ�佷笅鏉ヤ富棰橈紝鎵嶇煡閬撴槸鍚︽坊鍔犳垚鍔�
                                 frame.RemoveFromParent();//娣诲姞鎴愬姛鍏抽棴寮圭獥
+                                control.deviceId = mqttdate.id;
                                 action(control);
                             }
                             else
@@ -316,6 +316,7 @@
     [Serializable]
     public class Objects
     {
+
         public string sid = string.Empty;
         public string spk = string.Empty;
     }

--
Gitblit v1.8.0