修改
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
<div id="line5"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="home--nav__phone">
|
||||
<img class="home--nav__phone--icon" src="./images/phone-2.png">
|
||||
<div class="home--nav__phone--text">400-0000-000</div>
|
||||
</div>
|
||||
<!-- <div class="home--nav__phone">
|
||||
<img class="home--nav__phone--icon" src="./images/phone-2.png">
|
||||
<div class="home--nav__phone--text">400-0000-000</div>
|
||||
</div>-->
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
16
secure.html
16
secure.html
@@ -29,18 +29,18 @@
|
||||
<div class="secure-content__left">
|
||||
<div class="secure-content--title">三种模式总有一款适合您</div>
|
||||
<div class="secure-content--model">
|
||||
<div class="secure-content--model__item">
|
||||
<div class="secure-content--model__round"></div>
|
||||
<div>如果您有独立站,可以直接购买安全微服务套餐</div>
|
||||
</div>
|
||||
<div class="secure-content--model__item">
|
||||
<div class="secure-content--model__round"></div>
|
||||
<div>您购买安全微服务套餐,我们送您独立站</div>
|
||||
</div>
|
||||
<div class="secure-content--model__item">
|
||||
<div class="secure-content--model__round"></div>
|
||||
<div>您可以只购买我们的独立站</div>
|
||||
</div>
|
||||
<div class="secure-content--model__item">
|
||||
<div class="secure-content--model__round"></div>
|
||||
<div>如果您已有独立站,可以直接购买安全微服务套餐</div>
|
||||
</div>
|
||||
<div class="secure-content--model__item">
|
||||
<div class="secure-content--model__round"></div>
|
||||
<div>若您购买安全微服务套餐,我们还将赠送您独立站</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user