HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-04-08 4dce704aaf8587cf3f91cf88f2208315a03c4cbb
ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceCard/DeviceCurtainCardControl.cs
@@ -60,13 +60,11 @@
            //深度卡片信息
            this.ButtonClickEvent += (sender, e) =>
            {
                var rollerShadeControl = new Phone.Device.Curtain.RollerShadeControl();
                UserView.HomePage.Instance.AddChidren(rollerShadeControl);
                UserView.HomePage.Instance.PageIndex += 1;
                UserView.HomePage.Instance.ScrollEnabled = false;
                rollerShadeControl.IsDrawerLockMode = true;
                rollerShadeControl.Show(i_device, UserCenter.HdlRoomLogic.Current.CurrentRoom);
                rollerShadeControl.action += this.CardDetailInfoBackEvent;
                Common.CommonPage.Instance.IsDrawerLockMode = true;
                //窗帘类型的深度卡片界面
                var form = new ControlForm.DeviceCurtainDetailCardForm();
                form.AddForm(i_device, UserCenter.HdlRoomLogic.Current.CurrentRoom, 965, 1316);
                form.FormCloseEvent += this.CardDetailInfoBackEvent;
            };
        }