wxr
2024-09-11 a3dfbcd5218270f9a75e6e32807b08215270b657
HDL_ON/UI/UI1-Login/RegisterPage.cs
@@ -233,12 +233,22 @@
            AddChidren(bodyView);
            //2020-12-22 增加点击隐藏键盘事件
            bodyView.MouseDownEventHandler += (sender, e) => {
            bodyView.MouseDownEventHandler += (sender, e) =>
            {
                Application.HideSoftInput();
            };
            pm = new HttpServerRequest();
            try
            {
                if (OnAppConfig.Instance.GlobalRegion != null)
                {
                    OnAppConfig.Instance.GlobalRegion.regionUrl = "";
                }
            }catch(Exception ex)
            {
                MainPage.Log("Error", "进入注册界面AppConfig异常:" + ex.Message);
            }
        }
        //public RegisterPage(Action action)
@@ -325,7 +335,7 @@
                TextAlignment = TextAlignment.CenterLeft,
                TextColor = CSS_Color.PromptingColor1,
                TextSize = CSS_FontSize.TextFontSize,
                TextID = StringId.PleaseSelectCountryOrRegion,
                TextID = StringId.PlsSelectServer,
            };
            serverView.AddChidren(btnServerText);
@@ -373,8 +383,10 @@
            };
            //跳转国家区号选择界面
            EventHandler<MouseEventArgs> eHandler = (sender, e) => {
                JLCountrycode.CountryCodeView.Current.Show((countryName, code) => {
            EventHandler<MouseEventArgs> eHandler = (sender, e) =>
            {
                JLCountrycode.CountryCodeView.Current.Show((countryName, code) =>
                {
                    if (!string.IsNullOrEmpty(code))
                    {
                        phoneZoneCode = code;