wxr
2024-09-04 561052e04a4bde86e963c89e10f7614df38fd002
HDL_ON/UI/UI1-Login/RegisterPage.cs
@@ -239,8 +239,17 @@
            };
            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)
        //{