From 3f6685c77beeb12baf840733fb890860f4c26e7c Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期四, 25 七月 2024 17:25:59 +0800
Subject: [PATCH] 2024年07月25日17:24:45

---
 HDL_ON/UI/UI2/FuntionControlView/Video/WanderingAlarmPage.cs |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Video/WanderingAlarmPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Video/WanderingAlarmPage.cs
index e45fa82..b9af8de 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Video/WanderingAlarmPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Video/WanderingAlarmPage.cs
@@ -31,12 +31,8 @@
                 TextAlignment = TextAlignment.CenterLeft,
                 TextColor = CSS_Color.PromptingColor1,
                 TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
-                Text = "*鍙瀵硅鍙互鑷姩璇嗗埆闂ㄥ彛鍙枒浜哄憳锛屽苟鍙戣捣寰樺緤鎶ヨ璁板綍"
+                TextID =StringId.SmartDoorstepMachineAlarmPrompt,
             };
-            if(Language.CurrentLanguage != "Chinese")
-            {
-                btnTipMsg.Text = "*Visual intercom can automatically identify suspicious persons at the door and initiate wandering alarm records";
-            }
             bodyView.AddChidren(btnTipMsg);
 
             contentView = new VerticalScrolViewLayout()
@@ -171,7 +167,7 @@
                         };
 
                     });
-                    System.Threading.Thread.Sleep(50);
+                    System.Threading.Thread.Sleep(20);
 
                 }
                 Application.RunOnMainThread(() =>

--
Gitblit v1.8.0