HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddControl.cs
@@ -243,7 +243,6 @@ loading.Hide(); if (responsePackNew != null && responsePackNew.Code == "0" && responsePackNew.Data.ToString() != "") { ///这里:监听MTTP推送下来主题,才知道是否添加成功 var buttonObj = control.status.Find((c) => c.value == obj.value); if (buttonObj != null) { @@ -253,7 +252,7 @@ } else { Method method = new Method(); method.ErrorShow(responsePackNew); method.ErrorShow(responsePackNew,""); } });