修改落地页

master
ELF 5 years ago
parent 0405ada382
commit 5c7d699353

@ -620,7 +620,7 @@ var PhoneObj = {
$("#getPhoneCode").on("click",function(){ $("#getPhoneCode").on("click",function(){
//获取手机 //获取手机
var dom = $(this); var dom = $(this);
var phone = $('#phoneval').val(); var phone = $('#phone-register-box').find('[name=mobile]').val();
PhoneObj.sendPhoneCode(phone,function(){ PhoneObj.sendPhoneCode(phone,function(){
PhoneObj.countDown(dom); PhoneObj.countDown(dom);
}); });
@ -628,7 +628,7 @@ var PhoneObj = {
$("#forgetGetPhoneCode").on("click",function(){ $("#forgetGetPhoneCode").on("click",function(){
//获取手机 //获取手机
var dom = $(this); var dom = $(this);
var phone = $('#forgetPhoneval').val(); var phone = $('#forget-box').find('[name=mobile]').val();
PhoneObj.sendPhoneCode(phone,function(){ PhoneObj.sendPhoneCode(phone,function(){
PhoneObj.countDown(dom); PhoneObj.countDown(dom);
}); });

Loading…
Cancel
Save