This commit is contained in:
2026-06-23 21:59:23 +08:00
parent cb9997217a
commit 6cdbb4e84b
8 changed files with 156 additions and 14 deletions
+5
View File
@@ -2265,6 +2265,11 @@ void __fastcall TMainForm::UMUserConfirm(TMessage &msg)
ClearURThread();
int op = msg.WParam;
if(op==UR_RESET){
m_sActCode = "";
return;
}
bool bVerify = op<UR_LOGIN;
if(bVerify && !ActCodeForm)
return;