From ed3bfb7462d44747230437717e8673a5192f833f Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期一, 30 十一月 2020 20:34:51 +0800
Subject: [PATCH] 2020-11-30-2

---
 HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs |   20 +-------------------
 1 files changed, 1 insertions(+), 19 deletions(-)

diff --git a/HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs b/HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs
index 5fccaf0..24f16d6 100644
--- a/HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs
+++ b/HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs
@@ -153,10 +153,6 @@
         /// 1:閭
         /// </summary>
         int registerType;
-        /// <summary>
-        /// 鎵嬫満鍖哄彿
-        /// </summary>
-        string phoneZoneCode = "86";
 
         /// <summary>
         /// 
@@ -225,22 +221,9 @@
                 X = Application.GetRealWidth(9),
                 TextAlignment = TextAlignment.CenterLeft,
                 TextColor = CSS_Color.FirstLevelTitleColor,
-                Text = "+" + phoneZoneCode,
+                Text = "+86",
                 TextSize = CSS_FontSize.TextFontSize,
             };
-
-            //璺宠浆鍥藉鍖哄彿閫夋嫨鐣岄潰
-            EventHandler<MouseEventArgs> eHandler = (sender, e) => {
-                JLCountrycode.CountryCodeView.Current.Show((countryName, code) => {
-                    if (!string.IsNullOrEmpty(code))
-                    {
-                        phoneZoneCode = code;
-                        btnGlobalRoaming.Text = "+" + phoneZoneCode;
-                    }
-                });
-            };
-            btnGlobalRoaming.MouseUpEventHandler += eHandler;
-
             if (accountType == 0)
             {
                 accountView.AddChidren(btnGlobalRoaming);
@@ -255,7 +238,6 @@
                 TextSize = CSS_FontSize.TextFontSize,
                 PlaceholderTextColor = CSS_Color.PromptingColor1,
                 PlaceholderText = Language.StringByID(StringId.PlsEntryPhoneNumber),
-                IsNumberKeyboardType = true
             };
             accountView.AddChidren(etAccount);
 

--
Gitblit v1.8.0