From 84115d8b6b58b4fcb7251811cb564eb5d2aa850d Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 04 十一月 2022 11:55:48 +0800 Subject: [PATCH] 组合调光 --- HDL_ON/UI/UI2/FuntionControlView/Light/LightScene/AddLightScene.cs | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Light/LightScene/AddLightScene.cs b/HDL_ON/UI/UI2/FuntionControlView/Light/LightScene/AddLightScene.cs index 4e22ef5..03ed12d 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Light/LightScene/AddLightScene.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Light/LightScene/AddLightScene.cs @@ -641,7 +641,7 @@ TextColor = CSS_Color.MainBackgroundColor, TextAlignment = TextAlignment.Center, TextSize = CSS_FontSize.SubheadingFontSize, - TextID = StringId.Complete + Text = "鎵ц" }; bottomView.AddChidren(btnComplete); @@ -652,7 +652,7 @@ btnComplete.MouseUpEventHandler = (sender, e) => { - this.Close(); + //this.Close(); var waitPage = new Loading(); MainPage.BaseView.AddChidren(waitPage); @@ -689,9 +689,10 @@ Application.RunOnMainThread(() => { waitPage.Hide(); + new PublicAssmebly().TipMsgAutoClose("缁勫悎鎺у埗宸叉墽琛�", true); if (waitPage != null) { - backAction(null); + //backAction(null); waitPage.RemoveFromParent(); } }); -- Gitblit v1.8.0