From 351bdda734832d821a9764b0cde8be5d83c4ec50 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期四, 01 十二月 2022 09:56:25 +0800 Subject: [PATCH] 2022年12月01日09:56:23 --- ZigbeeApp/Shared/Phone/Device/Logic/TemplatePage.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/TemplatePage.cs b/ZigbeeApp/Shared/Phone/Device/Logic/TemplatePage.cs old mode 100755 new mode 100644 index d897898..869ac68 --- a/ZigbeeApp/Shared/Phone/Device/Logic/TemplatePage.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/TemplatePage.cs @@ -61,7 +61,7 @@ var iconBtn = new Button { Width = Application.GetRealWidth(936), - Height = Application.GetRealHeight(436), + Height = Application.GetRealWidth(436), X = Application.GetRealWidth(72), Y = Application.GetRealHeight(30), UnSelectedImagePath = $"ZigeeLogic/logicbj{s}.png", @@ -472,7 +472,7 @@ var cycle = new Cycle(() => { Method.UpdateWeek(weekBtn, Common.Logic.CurrentLogic); }); UserView.HomePage.Instance.AddChidren(cycle); UserView.HomePage.Instance.PageIndex += 1; - cycle.Show(); + cycle.Show(LogicView.IfString._Logic,false); //var cyclicCycle = new CyclicCycle(() => { UpdateWeek(btnweektext); }); //UserView.HomePage.Instance.AddChidren(cyclicCycle); -- Gitblit v1.8.0