From 94d6591af7870ba0f1f7797310c07581d6fcd0b4 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期五, 04 十一月 2022 16:27:14 +0800
Subject: [PATCH] 2022年11月04日16:26:44

---
 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