ZigbeeApp/Shared/Phone/UserCenter/UserMain/UserMainForm.cs
@@ -472,11 +472,6 @@ btnAbountView.X -= ControlCommonResourse.XXLeft / 2; rowAbount.ButtonClickEvent += (sender, e) => { if (Common.Config.Instance.Home.IsVirtually == true) { //如果住宅为虚拟住宅,则此功能无效 return; } var form = new Abount.AbountForm(); form.AddForm(); };