From 5a25e5dec1e1d33a96792c6c210bc4f2ca31c129 Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Fri, 18 Oct 2019 15:25:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=E7=AE=80=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Mobile/View/Ssg/login.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Application/Mobile/View/Ssg/login.html b/Application/Mobile/View/Ssg/login.html index caba64641..1bb998b62 100644 --- a/Application/Mobile/View/Ssg/login.html +++ b/Application/Mobile/View/Ssg/login.html @@ -205,10 +205,6 @@ alert("推广员ID不能为空"); return false; } - if(userCode != verifyCode){ - alert("验证码错误,请重新输入"); - return false; - } jQuery.ajax({ type: 'POST', url: 'mobile.php?s=/Ssg/do_login.html',