正在显示
1 个修改的文件
包含
9 行增加
和
9 行删除
@@ -141,23 +141,23 @@ | @@ -141,23 +141,23 @@ | ||
141 | if(name==''){ | 141 | if(name==''){ |
142 | alert("姓名不能为空"); | 142 | alert("姓名不能为空"); |
143 | } else if(tel==''){ | 143 | } else if(tel==''){ |
144 | - toast("电话号码不能为空") | 144 | + alert("电话号码不能为空") |
145 | }else if(! AuglyTest_phone.test(tel)){ | 145 | }else if(! AuglyTest_phone.test(tel)){ |
146 | - toast("电话号码输入不正确") | 146 | + alert("电话号码输入不正确") |
147 | }else if(code == ''){ | 147 | }else if(code == ''){ |
148 | - toast("验证码不能为空") | 148 | + alert("验证码不能为空") |
149 | }else if(date==''){ | 149 | }else if(date==''){ |
150 | - toast("出生日期不能为空") | 150 | + alert("出生日期不能为空") |
151 | }else if(site == ''){ | 151 | }else if(site == ''){ |
152 | - toast("请选择所在地") | 152 | + alert("请选择所在地") |
153 | }else if(company==''){ | 153 | }else if(company==''){ |
154 | - toast("就职公司不能为空") | 154 | + alert("就职公司不能为空") |
155 | }else if(sfid==''){ | 155 | }else if(sfid==''){ |
156 | - toast("身份证号不能为空") | 156 | + alert("身份证号不能为空") |
157 | }else if(!AuglyTest_ID.test(sfid)){ | 157 | }else if(!AuglyTest_ID.test(sfid)){ |
158 | - toast("身份证号输入有误") | 158 | + alert("身份证号输入有误") |
159 | } else if(!$('.reg_box').hasClass('activetxt')){ | 159 | } else if(!$('.reg_box').hasClass('activetxt')){ |
160 | - toast("请同意用户协议") | 160 | + alert("请同意用户协议") |
161 | } | 161 | } |
162 | else{ | 162 | else{ |
163 | $.ajax({ | 163 | $.ajax({ |
-
请 注册 或 登录 后发表评论