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',