4.0.7版
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user