OnPro/HDL_ON/UI/UI1-Login/ForgetPasswordPage.cs
@@ -258,18 +258,6 @@ 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);