|
@@ -247,7 +247,7 @@
|
|
<div class="app-bottom-box">
|
|
<div class="app-bottom-box">
|
|
<img class="app-bottom-tobuy" src="{{Msg "seo" "cdn"}}/images/subscribe/sub-bottom-bg.png?v={{Msg "seo" "version"}}" usemap="#image_map">
|
|
<img class="app-bottom-tobuy" src="{{Msg "seo" "cdn"}}/images/subscribe/sub-bottom-bg.png?v={{Msg "seo" "version"}}" usemap="#image_map">
|
|
<map name="image_map">
|
|
<map name="image_map">
|
|
- <area data-go-buy-subscribe coords="1553,95,1853,174" shape="rect">
|
|
|
|
|
|
+ <area data-go-buy-subscribe coords="776,48.5,927,90" shape="rect">
|
|
</map>
|
|
</map>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -289,7 +289,7 @@
|
|
//为购买点击跳转购买链接
|
|
//为购买点击跳转购买链接
|
|
$("div*[data-go-buy-subscribe]").siblings().show()
|
|
$("div*[data-go-buy-subscribe]").siblings().show()
|
|
$("div*[data-go-buy-subscribe]").text('立即购买').on("click",function (){
|
|
$("div*[data-go-buy-subscribe]").text('立即购买').on("click",function (){
|
|
- window.location.href="/"
|
|
|
|
|
|
+ window.location.href="/swordfish/page_big_pc/free/svip/buy"
|
|
})
|
|
})
|
|
$(".app-bottom-box").show()
|
|
$(".app-bottom-box").show()
|
|
}
|
|
}
|
|
@@ -297,6 +297,9 @@
|
|
$("#myModal-01").on("hidden.bs.modal", function () {
|
|
$("#myModal-01").on("hidden.bs.modal", function () {
|
|
$(".public-nav").css({"padding-right":""});
|
|
$(".public-nav").css({"padding-right":""});
|
|
})
|
|
})
|
|
|
|
+ $("map[name='image_map'] area").on("click",function(){
|
|
|
|
+ window.location.href="/swordfish/page_big_pc/free/svip/buy";
|
|
|
|
+ })
|
|
$(function () {
|
|
$(function () {
|
|
;(function animateUp(){
|
|
;(function animateUp(){
|
|
var obj = $('.CfadeInUp');
|
|
var obj = $('.CfadeInUp');
|
|
@@ -373,7 +376,6 @@
|
|
if (!numberBox.attr('data-show-an')) {
|
|
if (!numberBox.attr('data-show-an')) {
|
|
numberBox.attr('data-show-an','true')
|
|
numberBox.attr('data-show-an','true')
|
|
filpNumber()
|
|
filpNumber()
|
|
-
|
|
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
numberBox.removeAttr('data-show-an')
|
|
numberBox.removeAttr('data-show-an')
|