作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

测试

... ... @@ -141,23 +141,23 @@
if(name==''){
alert("姓名不能为空");
} else if(tel==''){
toast("电话号码不能为空")
alert("电话号码不能为空")
}else if(! AuglyTest_phone.test(tel)){
toast("电话号码输入不正确")
alert("电话号码输入不正确")
}else if(code == ''){
toast("验证码不能为空")
alert("验证码不能为空")
}else if(date==''){
toast("出生日期不能为空")
alert("出生日期不能为空")
}else if(site == ''){
toast("请选择所在地")
alert("请选择所在地")
}else if(company==''){
toast("就职公司不能为空")
alert("就职公司不能为空")
}else if(sfid==''){
toast("身份证号不能为空")
alert("身份证号不能为空")
}else if(!AuglyTest_ID.test(sfid)){
toast("身份证号输入有误")
alert("身份证号输入有误")
} else if(!$('.reg_box').hasClass('activetxt')){
toast("请同意用户协议")
alert("请同意用户协议")
}
else{
$.ajax({
... ...