dev_forum
杨树林 5 years ago
parent bfca851698
commit c050a7c6fa

@ -109,12 +109,13 @@ class LoginRegisterComponent extends Component {
return;
}
//拖动滑动验证
if(this.state.dragOk === false){
this.openNotification("拖动滑块验证");
return;
if(this.state.pciphone===true) {
if (this.state.dragOk === false) {
this.openNotification("拖动滑块验证");
return;
}
}
if (this.state.getverificationcodes === true) {
this.setState({
getverificationcodes: undefined,

@ -589,10 +589,12 @@ class LoginRegisterComponent extends Component {
})
return;
}
if(this.state.dragOk === false){
this.openNotification("拖动滑块验证");
return;
}
if(this.state.pciphone===true) {
if (this.state.dragOk === false) {
this.openNotification("拖动滑块验证");
return;
}
}
if (this.state.getverificationcodes === true) {
this.setState({

Loading…
Cancel
Save