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 |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs b/HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs
index b08c915..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>
         /// 
@@ -231,18 +227,6 @@
             if (accountType == 0)
             {
                 accountView.AddChidren(btnGlobalRoaming);
-
-                EventHandler<MouseEventArgs> eHandler = (sender, e) => {
-                    JLCountrycode.CountryCodeView.Current.Show((countryName, code) => {
-                        if (!string.IsNullOrEmpty(code))
-                        {
-                            phoneZoneCode = code;
-                            btnGlobalRoaming.Text = "+" + phoneZoneCode;
-
-                        }
-                    });
-                };
-                btnGlobalRoaming.MouseUpEventHandler += eHandler;
             }
 
             etAccount = new EditText()

--
Gitblit v1.8.0