OnPro/HDL_ON/UI/UI1-Login/RegisterPage.cs
@@ -371,18 +371,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 (registerType == 0) { accountView.AddChidren(btnGlobalRoaming);