From e89eff06b335a16eaaa043b18f35f5463e1bc203 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 18 四月 2023 17:53:49 +0800
Subject: [PATCH] 群控编辑问题修复

---
 HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs
index f7bbfc4..7c88b59 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/AddMemberScanPage.cs
@@ -190,7 +190,7 @@
                         TextAlignment = TextAlignment.CenterLeft,
                         TextColor = CSS_Color.TextualColor,
                         TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
-                        Text = "    涓轰繚鎶ゆ偍鐨勪釜浜洪殣绉佹潈鐩婏紝鐗瑰悜鎮ㄩ�氱煡骞剁敵璇锋槑纭悓鎰忔巿鏉冦�傝浣犱粩缁嗛槄璇�",
+                        TextID =StringId.FaceProTipText1,
                         IsMoreLines = true,
                     };
                     contentView.AddChidren(btnMsg);
@@ -204,9 +204,10 @@
                         TextAlignment = TextAlignment.CenterLeft,
                         TextColor = CSS_Color.MainColor,
                         TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
-                        Text = "    銆奜n Pro浜鸿劯淇℃伅閲囬泦鍗忚銆�",
+                        TextID = StringId.FaceProTipText2,
                         IsMoreLines = true,
                     };
+
                     contentView.AddChidren(btnMsg1);
 
                     Button btnMsg2 = new Button()
@@ -218,23 +219,23 @@
                         TextAlignment = TextAlignment.CenterLeft,
                         TextColor = CSS_Color.TextualColor,
                         TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
-                        Text = "    鑻ュ悓鎰忚鍗忚锛岃鐐瑰嚮銆愬悓鎰忋�戞寜閿紝琛ㄧず鎮ㄥ凡缁忕悊瑙e苟鍚屾剰浜鸿劯淇℃伅閲囬泦鍗忚銆�",
+                        TextID = StringId.FaceProTipText3,
                         IsMoreLines = true,
                     };
                     contentView.AddChidren(btnMsg2);
 
-                    Button btnLine = new Button()
+                    Button btnLine2 = new Button()
                     {
                         Y = Application.GetRealHeight(149),
                         Height = Application.GetRealHeight(1),
                         Width = Application.GetRealWidth(270 / 2),
                         BackgroundColor = CSS.CSS_Color.DividingLineColor,
                     };
-                    contentView.AddChidren(btnLine);
+                    contentView.AddChidren(btnLine2);
 
                     Button btnCancel = new Button()
                     {
-                        Y = btnLine.Bottom,
+                        Y = btnLine2.Bottom,
                         Width = Application.GetRealWidth(135),
                         Height = Application.GetRealHeight(43),
                         TextAlignment = TextAlignment.Center,
@@ -249,7 +250,7 @@
                     Button btnConfirm = new Button()
                     {
                         X = btnCancel.Right,
-                        Y = btnLine.Y,
+                        Y = btnLine2.Y,
                         Width = Application.GetRealWidth(135),
                         Height = Application.GetRealHeight(45),
                         TextAlignment = TextAlignment.Center,
@@ -276,7 +277,7 @@
                         {
                             url = "https://developer.hdlcontrol.com/Face information collection protocol.html";
                         }
-                        new WebViewDialog().LoadPage("浜鸿劯淇℃伅閲囬泦鍗忚", url);
+                        new WebViewDialog().LoadPage(Language.StringByID(StringId.GetFaceProtocol), url);
 
                         dialog.Close();
                     };

--
Gitblit v1.8.0