@@ -135,7 +135,7 @@
duration: 2000,
className: 'custom-toast',
});
- if(r.errMsg=="手机号已使用"||r.errMsg=="信息已发送"){
+ if(r.errMsg!="手机格式不正确"){
$(".checkCode").attr("src","/subscribepay/trial/captcha?rnd="+Math.random()); //刷新验证码
}