wxr
2020-07-29 e322d91c7325019710bfdb046c5fea673031455a
HDL_ON/UI/UI1-Login/RegisterPage.cs
@@ -164,6 +164,9 @@
        /// 1:邮箱
        /// </summary>
        int registerType;
        string registerPhone;
        string registerEmail;
        #endregion
        public RegisterPage()
        {
@@ -601,7 +604,7 @@
                    var loginThread = LoadThread_Login(account, password);
                    waitPage = new Loading();
                    new PublicAssmebly().LoadPage_WaitPage(loginThread, bodyView, waitPage);
                    this.Close();
                    dialog.Close();
                });
            })
            { IsBackground = true }.Start();