wangkaiyue 5 жил өмнө
parent
commit
ef8b91a30e

+ 1 - 1
src/web/templates/weixin/vipsubscribe/trial_info.html

@@ -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()); //刷新验证码
                       }
                     }