Commit 3745f015 by FE

add verify wen to kan

parent a4cb63b5
......@@ -95,8 +95,12 @@ class BargainInfo extends Component {
handleClick = (isValid = 1) => {
const { country, iWantBargain } = this.props;
const { code, mobile } = this.state;
if (!this.state.code) {
Toast.info('请填写验证码')
if (!mobile) {
Toast.info('请填手机号码');
return;
}
if (!code) {
Toast.info('请填写验证码');
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment