WJC
2020-04-15 323876bfe85fc2684871d5d95c213c6e2713f3f4
ZigbeeApp/Shared/Phone/Device/Logic/OneLogic.cs
@@ -22,7 +22,7 @@
        /// S-one门锁特殊界面
        /// </summary>
        /// <param name="Yes"></param>
        public  void Show(bool Yes)
        public  void Show(bool Yes )
        {
             UserView.HomePage.Instance.ScrollEnabled = false;
            #region  View布局代码
@@ -53,7 +53,7 @@
            var middle = new VerticalScrolViewLayout
            {
                Y = view.topRowLayout.Bottom,
                Height = Application.GetRealHeight(1920 - 184 - 180),
                Height = Application.GetRealHeight(Method.H - 184 - 180),
                BackgroundColor = ZigbeeColor.Current.LogicMiddleBackgroundColor,
            };
            this.AddChidren(middle);