From 1de7a0f3ac8edf4c41f27c22da15b84b36da3422 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Wed, 25 Dec 2019 17:33:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=90=BD=E5=9C=B0=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Home/View/default/Home/landingPage.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index f01090344..09efaff56 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -374,12 +374,12 @@
- +
- +
@@ -414,7 +414,7 @@
- +
@@ -453,7 +453,7 @@
- +
@@ -490,11 +490,11 @@
- +
- +
立即注册
@@ -680,6 +680,11 @@ var PhoneObj = { event.stopPropagation(); }) + function GetVerityCode() { + //刷新验证码 + $("#verifyCode").attr("src", "/mobile.php?s=/Common/verify.html&id=" + Math.random()); + } + $("#phonereg").on("click",function(){ var box = $('#phone-register-box') var phone = box.find('[name=mobile]').val() @@ -745,7 +750,7 @@ var PhoneObj = { data: { 'account': account, 'password': window.btoa(password), - 'verify_code': verify_code, + 'verify_code': verifyCode, 'promote_id': promoteId, }, dataType: 'JSON',