HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddButton.cs
@@ -113,6 +113,12 @@ ///下一步的点击事件 saveBtn.MouseUpEventHandler += (sender, e) => { if (control.status.Count>29) { ///超出30个红外宝内存满了会出现异常 new PirMethod().ErrorShow(null, "添加按钮超出30个"); return; } var texts = editText.Text.Trim(); if (string.IsNullOrEmpty(editText.Text)) {