修复账号注销重新登录的BUG

This commit is contained in:
HSL
2017-04-05 15:16:34 +08:00
parent 115559fb25
commit 66ef18f9a4
3 changed files with 11 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ namespace 软件系统客户端模版
if (QuitCode == 1)
{
//继续显示登录窗口
QuitCode = 0;
goto P1;
}
}