From f9181a9c8125136f597add7c30cb2ff508d54ba7 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期四, 25 七月 2024 17:34:32 +0800
Subject: [PATCH] 2024年07月25日17:33:40

---
 HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs |  150 ++++++++++++++++++++++++++++++--------------------
 1 files changed, 90 insertions(+), 60 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs
index fb79e54..66a4f2a 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs
@@ -1,4 +1,6 @@
-锘縰sing System;
+锘�#if __Android__
+
+using System;
 using HDL_ON.UI.CSS;
 using Shared;
 using HDL_ON.DAL.Server;
@@ -45,8 +47,8 @@
 
         public void LoadPage()
         {
-            #region 椤堕儴瀵艰埅鏍�
-            if (tempPassword == null|| tempPassword.id==null)
+#region 椤堕儴瀵艰埅鏍�
+            if (tempPassword == null || tempPassword.id == null)
             {
                 tempPassword = new VisitorTempPassword();
 
@@ -71,7 +73,7 @@
                 bodyView.BackgroundColor = CSS_Color.BackgroundColor;
                 new TopViewDiv(bodyView, Language.StringByID(StringId.VisitorInvitation)).LoadTopView();
             }
-            #endregion
+#endregion
 
             bodyScrolView = new VerticalScrolViewLayout()
             {
@@ -93,7 +95,7 @@
                 Height = Application.GetRealHeight(60),
             });
 
-            #region 鎵嬫満鍙�
+#region 鎵嬫満鍙�
             bodyScrolView.AddChidren(new Button()
             {
                 Text = Language.StringByID(StringId.PhoneNumber),
@@ -112,43 +114,26 @@
                 Width = Application.GetRealWidth(335),
                 TextSize = CSS_FontSize.TextFontSize,
                 TextColor = CSS_Color.FirstLevelTitleColor,
-                
+
                 PlaceholderText = Language.StringByID(StringId.InputPhoneNumberOfTheVisitor),
                 Text = tempPassword.phone,
                 IsNumberKeyboardType = true,
                 PlaceholderTextColor = CSS_Color.PromptingColor1,
             };
             bodyScrolView.AddChidren(phoneNumberEditText);
-            phoneNumberEditText.Foucs = true;
-            phoneNumberEditText.FoucsChanged = (sender, e) =>
-            {
-                if (!phoneNumberEditText.Foucs)
-                {
-                    //鎵嬫満鍙风爜閿欒鎻愮ず
-                    if (!Utlis.CheckPhoneNumber(phoneNumberEditText.Text.Trim(), "86"))
-                    {
-                        var tip_dialog = new Tip()
-                        {
-                            Text = Language.StringByID(StringId.PhoneNumberErrorTip),
-                            CloseTime = 2,
-                            Direction = AMPopTipDirection.None
-                        };
-                        tip_dialog.Show(MainPage.BaseView);
-                    }
-                }
-            };
+            //phoneNumberEditText.Foucs = true;
 
-             // 鍒嗗壊绾�
-             bodyScrolView.AddChidren(new Button()
+            // 鍒嗗壊绾�
+            bodyScrolView.AddChidren(new Button()
             {
                 X = Application.GetRealWidth(20),
                 Width = Application.GetRealWidth(335),
                 Height = Application.GetRealHeight(1),
                 BackgroundColor = CSS_Color.DividingLineColor,
             });
-            #endregion
+#endregion
 
-            #region 鍔ㄦ�佸瘑鐮�
+#region 鍔ㄦ�佸瘑鐮�
             bodyScrolView.AddChidren(new Button() { Height = Application.GetRealWidth(10), });
             bodyScrolView.AddChidren(new Button()
             {
@@ -177,20 +162,6 @@
                 PlaceholderTextColor = CSS_Color.PromptingColor1,
             };
             pwdLayout.AddChidren(pwdEditText);
-            pwdEditText.FoucsChanged = (sender, e) =>
-            {
-                if (!pwdEditText.Foucs)
-                {
-                    // 6浣嶅瘑鐮侀獙璇�
-                    var tip_dialog = new Tip()
-                    {
-                        Text = Language.StringByID(StringId.Input6_DigitsTemporaryPassword),
-                        CloseTime = 2,
-                        Direction = AMPopTipDirection.None
-                    };
-                    tip_dialog.Show(MainPage.BaseView);
-                }
-            };
 
             //闅忔満瀵嗙爜Btn
             randomBtn = new Button()
@@ -204,11 +175,6 @@
             };
             pwdLayout.AddChidren(randomBtn);
             bodyScrolView.AddChidren(pwdLayout);
-            randomBtn.MouseUpEventHandler += (sender, e) =>
-            {
-                string tPwd = getRandomPwd();
-                pwdEditText.Text = tPwd;
-            };
 
             // 鍒嗗壊绾�
             bodyScrolView.AddChidren(new Button()
@@ -218,14 +184,13 @@
                 Height = Application.GetRealHeight(1),
                 BackgroundColor = CSS_Color.DividingLineColor,
             });
-            #endregion
+#endregion
 
-            #region 浜岀淮鐮佺敓鏁堟椂闂�
+#region 浜岀淮鐮佺敓鏁堟椂闂�
             FrameLayout startLayout = new FrameLayout()
             {
                 Height = Application.GetRealHeight(40),
                 Y = Application.GetRealWidth(10),
-                BackgroundColor = CSS_Color.BackgroundColor,
             };
 
             startLayout.AddChidren(new Button()
@@ -293,9 +258,9 @@
                 BackgroundColor = CSS_Color.DividingLineColor,
             });
 
-            #endregion
+#endregion
 
-            #region 浜岀淮鐮佸け鏁堟椂闂�
+#region 浜岀淮鐮佸け鏁堟椂闂�
             FrameLayout endLayout = new FrameLayout()
             {
                 Height = Application.GetRealHeight(40),
@@ -366,9 +331,9 @@
                     string error = ex.Message;
                 }
             };
-            #endregion
+#endregion
 
-            #region 浜岀淮鐮�
+#region 浜岀淮鐮�
             bodyScrolView.AddChidren(new Button() { Height = Application.GetRealWidth(33), });
             codeLayout = new FrameLayout()
             {
@@ -397,7 +362,7 @@
                 Visible = false,
             };
             bodyScrolView.AddChidren(codeSaveTipBtn);
-            #endregion
+#endregion
 
             bodyScrolView.AddChidren(new Button() { Height = Application.GetRealWidth(28), });
             visitorVoucherBtn = new Button()
@@ -413,7 +378,6 @@
             };
             bodyScrolView.AddChidren(visitorVoucherBtn);
 
-            //
             Action voucher_action = () =>
             {
                 if (codeIV.ImageBytes == null)
@@ -516,11 +480,68 @@
                 {
                     msg = Language.StringByID(StringId.saveFail);
                 }
-                EmptyTipView tipView = new EmptyTipView(msg, 160);
-                tipView.Gravity = Gravity.CenterHorizontal;
-                bodyView.AddChidren(tipView);
+
+                var tip_dialog = new Tip()
+                {
+                    Text = msg,
+                    CloseTime = 2,
+                    Direction = AMPopTipDirection.None
+                };
+                tip_dialog.Show(MainPage.BaseView);
 #endif
             };
+
+            if (tempPassword != null && tempPassword.id != null && tempPassword.id != "")
+            {
+                pwdEditText.Text = tempPassword.tempPwd;
+                pwdEditText.PlaceholderText = Language.StringByID(StringId.TemporaryPasswordInvalid);
+                pwdEditText.Enable = false;
+                phoneNumberEditText.Enable = false;
+                randomBtn.Visible = false;
+                startTimeBtn.Enable = false;
+                endTimeBtn.Enable = false;
+            }
+            else
+            {
+                pwdEditText.FoucsChanged = (sender, e) =>
+                {
+                    if (!pwdEditText.Foucs)
+                    {
+                        // 6浣嶅瘑鐮侀獙璇�
+                        var tip_dialog = new Tip()
+                        {
+                            Text = Language.StringByID(StringId.Input6_DigitsTemporaryPassword),
+                            CloseTime = 2,
+                            Direction = AMPopTipDirection.None
+                        };
+                        tip_dialog.Show(MainPage.BaseView);
+                    }
+                };
+
+                randomBtn.MouseUpEventHandler += (sender, e) =>
+                {
+                    string tPwd = getRandomPwd();
+                    pwdEditText.Text = tPwd;
+                };
+
+                phoneNumberEditText.FoucsChanged = (sender, e) =>
+                {
+                    if (!phoneNumberEditText.Foucs)
+                    {
+                        //鎵嬫満鍙风爜閿欒鎻愮ず
+                        if (!Utlis.CheckPhoneNumber(phoneNumberEditText.Text.Trim(), "86"))
+                        {
+                            var tip_dialog = new Tip()
+                            {
+                                Text = Language.StringByID(StringId.PhoneNumberErrorTip),
+                                CloseTime = 2,
+                                Direction = AMPopTipDirection.None
+                            };
+                            tip_dialog.Show(MainPage.BaseView);
+                        }
+                    }
+                };
+            }
 
             RefreshVisitorVoucherBtn();
         }
@@ -645,4 +666,13 @@
             return pwd;
         }
     }
-}
\ No newline at end of file
+}
+#else
+using Shared;
+
+namespace HDL_ON.UI.UI2.PersonalCenter.Visitor
+{
+    public class VisitorQRCodePage : FrameLayout
+    { }
+}
+#endif
\ No newline at end of file

--
Gitblit v1.8.0