dev_forum
杨树林 6 years ago
parent bfca851698
commit c050a7c6fa

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

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

Loading…
Cancel
Save