HDL Home App 第二版本 旧平台金堂用 正在使用
hxb
2022-08-30 25429f085093d89d543a0b90e30d0d62d1b7dac9
ZigbeeApp/Shared/Phone/UserCenter/DoorLock/MemberFrozenPage.cs
@@ -149,8 +149,8 @@
                var btnRight = new Button()
                {
                    Height = Application.GetRealHeight(60),
                    Width = Application.GetRealWidth(60),
                    Height = Application.GetMinRealAverage(60),
                    Width = Application.GetMinRealAverage(60),
                    X = Application.GetRealWidth(72),
                    Y = Application.GetRealHeight(32),
                    UnSelectedImagePath = "DoorLock/RightIcon.png",
@@ -176,8 +176,8 @@
                    btnText.Text = Language.StringByID(R.MyInternationalizationString.FrozenUser);
                    btnRight.X = Application.GetRealWidth(50);
                    btnRight.Y = Application.GetRealHeight(32);
                    btnRight.Height = Application.GetRealHeight(63);
                    btnRight.Width = Application.GetRealWidth(104);
                    btnRight.Height = Application.GetMinRealAverage(63);
                    btnRight.Width = Application.GetMinRealAverage(104);
                    btnRight.UnSelectedImagePath = "DoorLock/Switch.png";
                    btnRight.SelectedImagePath = "DoorLock/SwitchOn.png";
                    var result = doorLock.IsFreezeAccount[curAccountObj.SubAccountDistributedMark];
@@ -197,8 +197,8 @@
                        btnText.Text = Language.StringByID(R.MyInternationalizationString.TempUnlockPermission);
                        btnRight.X = Application.GetRealWidth(50);
                        btnRight.Y = Application.GetRealHeight(32);
                        btnRight.Height = Application.GetRealHeight(63);
                        btnRight.Width = Application.GetRealWidth(104);
                        btnRight.Height = Application.GetMinRealAverage(63);
                        btnRight.Width = Application.GetMinRealAverage(104);
                        btnRight.UnSelectedImagePath = "DoorLock/Switch.png";
                        btnRight.SelectedImagePath = "DoorLock/SwitchOn.png";
                        line2.Visible = false;