ZigbeeApp/Shared/Phone/UserCenter/Device/Curtain/AutoOpenDirectionAndLimitSettionForm.cs
@@ -118,9 +118,13 @@ HdlLogLogic.Current.WriteLog(ex, msg); //出现未知错误 this.ShowMassage(ShowMsgType.Error, Language.StringByID(R.MyInternationalizationString.uUnKnownError)); this.listView.RemoveAll(); //设备异常补救 -> 添加重置电机行 this.AddElectricalMachineryRow(); try { this.listView.RemoveAll(); //设备异常补救 -> 添加重置电机行 this.AddElectricalMachineryRow(); } catch (Exception ex2) { HdlLogLogic.Current.WriteLog(ex2, "开合帘补救异常"); } } }); }