陈嘉乐
2021-03-10 1d1cad99a27c9f644c84eb3d376c70bd30a55879
HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
@@ -71,7 +71,7 @@
            bodyView.AddChidren(topView);
            //不是A网关或者是成员 只允许添加场景隐藏自动化
            var HideAutoPage = DB_ResidenceData.Instance.GatewayType != 1 || DB_ResidenceData.Instance.CurrentRegion.IsOthreShare;
            var HideAutoPage = DB_ResidenceData.Instance.GatewayType != 1|| DB_ResidenceData.Instance.CurrentRegion.IsOthreShare;
            //判断是否需要隐藏自动化
            if (HideAutoPage)
            {
@@ -229,10 +229,10 @@
            sceneFunctionView = new VerticalScrolViewLayout()
            {
                Y = Application.GetRealHeight(117),
                Y = Application.GetRealHeight(53),
                Height = Application.GetRealHeight(667 - 64 - 49 - 52 + 30),
            };
            bodyView.AddChidren(sceneFunctionView);
            scenePageView.AddChidren(sceneFunctionView);
            LoadSceneFunctionControlZone(null);
        }