OnPro/HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindAccountPage.cs
@@ -96,18 +96,6 @@ Y = Application.GetRealHeight(64), }; bodyView.AddChidren(codeView); //跳转国家区号选择界面 Action selectAction = () => { JLCountrycode.CountryCodeView.Current.Show((countryName, code) => { if (!string.IsNullOrEmpty(code)) { phoneZoneCode = code; codeView.BtnSubtitle.Text = "+" + phoneZoneCode; } }); }; codeView.GoAction = selectAction; codeView.BtnTilte.Text = Language.StringByID(StringId.CountryOrRegion); codeView.BtnSubtitle.Text = "+" + phoneZoneCode;