黄学彪
2020-12-14 e90209beae6a4e822cecb18e6889f8bda23f630e
ZigbeeApp/Shared/Phone/CommonForm/DialogCommonForm.cs
File was renamed from ZigbeeApp/Shared/Phone/Common/Base/DialogCommonForm.cs
@@ -70,7 +70,7 @@
            base.AddForm(parameter);
            //检测能否追加画面
            if (HdlFormLogic.Current.CheckCanAddForm(this) == false)
            if (UserCenterLogic.CheckCanAddForm(this) == false)
            {
                return;
            }