From 12adafe94205aa858e832fa2702958631c6873bf Mon Sep 17 00:00:00 2001
From: lss <lsc@hdlchina.com.cn>
Date: 星期四, 26 五月 2022 16:57:59 +0800
Subject: [PATCH] Revert "自测无问题"

---
 HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs |   43 +++++++++++++++++++++----------------------
 1 files changed, 21 insertions(+), 22 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs
index 2f90442..68285b6 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs
@@ -48,14 +48,13 @@
                 };
 
                 bodyView.BackgroundColor = CSS_Color.BackgroundColor;
-                new TopViewDiv(bodyView, Language.StringByID(StringId.VisitorInvitation))
-                    .LoadTopView_SettingText(click, Language.StringByID(StringId.VisitorRecord));
+                new TopViewDiv(bodyView, "璁垮閭�璇�").LoadTopView_SettingText(click, "娴嬭瘯璁板綍");
 
             }
             else
             {
                 bodyView.BackgroundColor = CSS_Color.BackgroundColor;
-                new TopViewDiv(bodyView, Language.StringByID(StringId.VisitorInvitation)).LoadTopView();
+                new TopViewDiv(bodyView, "璁垮閭�璇�").LoadTopView();
             }
             #endregion
 
@@ -70,7 +69,7 @@
             // 鎻愮ず鏂囧瓧
             bodyScrolView.AddChidren(new Button()
             {
-                Text = Language.StringByID(StringId.VisitorTip),
+                Text = "*鎮ㄥ彂璧疯瀹簩缁寸爜鍚庯紝璇ヤ簩缁寸爜灏嗗湪鎮ㄨ缃殑鏈夋晥鏈熷唴锛屽彲鑷敱鍒风爜杩涜杩涘嚭锛岃璋ㄦ厧鍒嗕韩璇ヤ簩缁寸爜銆�",
                 IsMoreLines = true,
                 TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
                 TextColor = CSS_Color.PromptingColor1,
@@ -82,7 +81,7 @@
             #region 鎵嬫満鍙�
             bodyScrolView.AddChidren(new Button()
             {
-                Text = Language.StringByID(StringId.PhoneNumber),
+                Text = "鎵嬫満鍙�",
                 Y = Application.GetRealWidth(10),
                 TextSize = CSS_FontSize.SubheadingFontSize,
                 TextColor = CSS_Color.FirstLevelTitleColor,
@@ -98,7 +97,7 @@
                 Width = Application.GetRealWidth(335),
                 TextSize = CSS_FontSize.TextFontSize,
                 TextColor = CSS_Color.FirstLevelTitleColor,
-                PlaceholderText = Language.StringByID(StringId.InputPhoneNumberOfTheVisitor),
+                PlaceholderText = "杈撳叆璁垮鎵嬫満鍙�",
                 Text = tempPassword.phone,
                 IsNumberKeyboardType = true,
                 PlaceholderTextColor = CSS_Color.PromptingColor1,
@@ -118,7 +117,7 @@
             bodyScrolView.AddChidren(new Button() { Height = Application.GetRealWidth(10), });
             bodyScrolView.AddChidren(new Button()
             {
-                Text = Language.StringByID(StringId.linshimima),
+                Text = "鍔ㄦ�佸瘑鐮�",
                 TextSize = CSS_FontSize.SubheadingFontSize,
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 Height = Application.GetRealHeight(20),
@@ -138,7 +137,7 @@
                 TextSize = CSS_FontSize.TextFontSize,
                 TextColor = CSS_Color.FirstLevelTitleColor,
                 Width = Application.GetRealWidth(335),
-                PlaceholderText = Language.StringByID(StringId.Input6_DigitsTemporaryPassword),
+                PlaceholderText = "杈撳叆璁�6浣嶅瘑鐮�",
                 Text = tempPassword.tempPwd,
                 PlaceholderTextColor = CSS_Color.PromptingColor1,
             };
@@ -149,7 +148,7 @@
             {
                 X = Application.GetRealWidth(275),
                 Width = Application.GetRealWidth(80),
-                Text = Language.StringByID(StringId.RandomGeneration),
+                Text = "闅忔満鐢熸垚",
                 TextAlignment = TextAlignment.CenterRight,
                 TextColor = CSS_Color.MainColor,
                 TextSize = CSS_FontSize.TextFontSize,
@@ -182,7 +181,7 @@
 
             startLayout.AddChidren(new Button()
             {
-                Text = Language.StringByID(StringId.EffectiveTime),
+                Text = "浜岀淮鐮佺敓鏁堟椂闂�",
                 X = Application.GetRealWidth(20),
                 Width = Application.GetRealWidth(130),
                 TextSize = CSS_FontSize.SubheadingFontSize,
@@ -256,7 +255,7 @@
 
             endLayout.AddChidren(new Button()
             {
-                Text = Language.StringByID(StringId.FailureTime),
+                Text = "浜岀淮鐮佸け鏁堟椂闂�",
                 X = Application.GetRealWidth(20),
                 Width = Application.GetRealWidth(130),
                 TextSize = CSS_FontSize.SubheadingFontSize,
@@ -343,7 +342,7 @@
                 X = Application.GetRealWidth(16),
                 Width = Application.GetRealWidth(343),
                 Height = Application.GetRealWidth(20),
-                Text = Language.StringByID(StringId.LongPressQRCodeSave),
+                Text = "闀挎寜鍙互鎶婁簩缁寸爜淇濆瓨鍒扮浉鍐�",
                 TextAlignment = TextAlignment.Center,
                 TextColor = CSS_Color.FirstLevelTitleColor,
             });
@@ -393,13 +392,13 @@
                 string message = "";
                 if (codeIV.ImageBytes == null)
                 {
-                    tip = Language.StringByID(StringId.tip);
-                    message = Language.StringByID(StringId.VisitorTipContent);
+                    tip = "璁垮鍑瘉";
+                    message = "鐢熸垚璁垮浜岀淮鐮佸苟灏嗕复鏃跺瘑鐮佸彂閫佽嚦璁垮鎵嬫満.";
                 }
                 else
                 {
-                    tip = Language.StringByID(StringId.tip);
-                    message = Language.StringByID(StringId.VisitorDelTipContent);
+                    tip = "璁垮鍑瘉";
+                    message = "纭畾鍒犻櫎璁垮鍑瘉锛�";
                 }
                 new LpTipDialog(Application.Activity, tip, message, new LpTipDialogCallBack(voucher_action)).Show();
             };
@@ -414,11 +413,11 @@
                 string msg = "";
                 if (bol)
                 {
-                    msg = Language.StringByID(StringId.SavedSuccessfully);
+                    msg = "淇濆瓨鎴愬姛锛�";
                 }
                 else
                 {
-                    msg = Language.StringByID(StringId.saveFail);
+                    msg = "淇濆瓨澶辫触锛�";
                 }
                 EmptyTipView tipView = new EmptyTipView(msg, 160);
                 tipView.Gravity = Gravity.CenterHorizontal;
@@ -448,15 +447,15 @@
                         TextAlignment = TextAlignment.Center,
                         TextColor = CSS_Color.textWhiteColor,
                         BackgroundColor = CSS_Color.DialogTransparentColor1,
-                        Text = Language.StringByID(StringId.QRcodeIsInvalid),
-                };
+                        Text = "浜岀淮鐮佸凡澶辨晥",
+                    };
                     codeLayout.AddChidren(codeTip);
                 }
-                visitorVoucherBtn.Text = Language.StringByID(StringId.CancleVisitorCredentials);
+                visitorVoucherBtn.Text = "鍒犻櫎璁垮鍑瘉";
             }
             else
             {
-                visitorVoucherBtn.Text = Language.StringByID(StringId.GenerateVisitorCredentials);
+                visitorVoucherBtn.Text = "鐢熸垚璁垮鍑瘉";
             }
         }
 

--
Gitblit v1.8.0