wxr
2024-09-11 9bc0ea236cad9e5c86d0d6fe03eabb327b693096
HDL_ON/UI/UI1-Login/RegisterPage.cs
@@ -239,7 +239,16 @@
            };
            pm = new HttpServerRequest();
            OnAppConfig.Instance.GlobalRegion.regionUrl = "";
            try
            {
                if (OnAppConfig.Instance.GlobalRegion != null)
                {
                    OnAppConfig.Instance.GlobalRegion.regionUrl = "";
                }
            }catch(Exception ex)
            {
                MainPage.Log("Error", "进入注册界面AppConfig异常:" + ex.Message);
            }
        }
        //public RegisterPage(Action action)