|
|
@ -179,7 +179,7 @@ |
|
|
|
function openPopup() { |
|
|
|
document.getElementById("popup").style.display = "block"; |
|
|
|
document.getElementById("mask").style.display = "block"; |
|
|
|
$('#codeImg').attr('src', './loulan/captcha/captchaImage?type=math×tamp=' + Date.now()); |
|
|
|
$('#codeImg').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImage?type=math×tamp=' + Date.now()); |
|
|
|
} |
|
|
|
|
|
|
|
function closePopup() { |
|
|
@ -232,7 +232,7 @@ |
|
|
|
document.getElementById("inputCode").setAttribute("placeholder","请输入验证码"); |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
$.post('/loulan/business/buy/9', {'name':name,'telephone':telephone,'companyName':companyName,'captcha':captcha}, function (resp){ |
|
|
|
|
|
|
|
if (!!resp && !!resp.result) { |
|
|
|