wangkaiyue 5 年之前
父節點
當前提交
ef8b91a30e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/templates/weixin/vipsubscribe/trial_info.html

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