wei
2020-12-11 680d96f157e4609af3e7af6f8d01ee0bf3f55063
HDL_ON/UI/UI2/3-Intelligence/Scene/NewSceneMenuListPage.cs
@@ -155,7 +155,7 @@
        {
            btnAddSceneBg.MouseUpEventHandler = (sender, e) =>
            {
                if (!string.IsNullOrEmpty(DB_ResidenceData.residenceData.HomeGateway.gatewayId))
                if (string.IsNullOrEmpty(DB_ResidenceData.residenceData.HomeGateway.gatewayId))
                {
                    new PublicAssmebly().TipMsgAutoClose(Language.StringByID(StringId.UnableToCreateScenarioPleaseBindGateway), true);
                    return;