This commit is contained in:
dimengzhe
2025-04-22 09:38:06 +08:00
parent d645e05ad8
commit 7077bc789f
3 changed files with 14 additions and 14 deletions

View File

@@ -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&timestamp=' + Date.now());
$('#codeImg').attr('src', 'http://aos.yyundong.com/ycsafe/captcha/captchaImage?type=math&timestamp=' + 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) {