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/LoginPage.cs |   23 ++---------------------
 1 files changed, 2 insertions(+), 21 deletions(-)

diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs
index b8f1b69..fbd3b48 100644
--- a/HDL_ON/UI/UI1-Login/LoginPage.cs
+++ b/HDL_ON/UI/UI1-Login/LoginPage.cs
@@ -150,10 +150,6 @@
         /// </summary>
         string registerPhone;
         string registerEmail;
-        /// <summary>
-        /// 鎵嬫満鍖哄彿
-        /// </summary>
-        string phoneZoneCode = "86";
 
         /// <summary>
         /// 鍔犺浇瑙嗗浘
@@ -234,27 +230,12 @@
                 Width = Application.GetRealWidth(65),
                 TextAlignment = TextAlignment.Center,
                 TextColor = CSS_Color.FirstLevelTitleColor,
-                Text = "+" + phoneZoneCode,
+                Text = "+86",
                 TextSize = CSS_FontSize.TextFontSize,
-                Enable = true,
+                Enable = false,
             };
-
-            //璺宠浆鍥藉鍖哄彿閫夋嫨鐣岄潰
-            EventHandler<MouseEventArgs> eHandler = (sender, e) => {
-                JLCountrycode.CountryCodeView.Current.Show((countryName, code) => {
-                    if (!string.IsNullOrEmpty(code))
-                    {
-                        phoneZoneCode = code;
-                        btnGlobalRoaming.Text = "+" + phoneZoneCode;
-                    }
-                });
-            };
-            btnGlobalRoaming.MouseUpEventHandler += eHandler;
-
             if (loginType == 0)
-            {
                 accountView.AddChidren(btnGlobalRoaming);
-            }
 
             btnDividingLineVertical_AccountView = new Button()
             {

--
Gitblit v1.8.0