feature/2.19.1.2501.01-PC端Token验证

This commit is contained in:
lys 2025-04-15 17:18:13 +08:00
parent 83607e1c0d
commit babbf88c15
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class CheckSecondaryVerifyDialog extends Component {
componentWillReceiveProps(nextProps, nextContext) {
if (nextProps.visible !== this.props.visible && nextProps.visible) this.initForm();
if (nextProps.visible !== this.props.visible && !nextProps.visible) form.initSecVerifyform();
if (nextProps.visible !== this.props.visible && !nextProps.visible) form.resetForm();
}
initForm = () => {