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 | 24 +++--------------------- 1 files changed, 3 insertions(+), 21 deletions(-) diff --git a/HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs b/HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs index e936f17..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); @@ -499,8 +481,8 @@ Gravity = Gravity.CenterHorizontal, Y = Application.GetRealHeight(421), Width = Application.GetRealWidth(220), - Height = Application.GetRealWidth(44), - Radius = (uint)Application.GetRealWidth(22), + Height = Application.GetRealHeight(44), + Radius = (uint)Application.GetRealHeight(22), SelectedBackgroundColor = CSS_Color.MainColor, BackgroundColor = CSS_Color.PromptingColor1, TextID = StringId.ConfirmReset, -- Gitblit v1.8.0