diff --git a/activeFt/goddess/index.html b/activeFt/goddess/index.html index adcb834..8e0b23e 100644 --- a/activeFt/goddess/index.html +++ b/activeFt/goddess/index.html @@ -166,6 +166,7 @@ <script src="lib/swiper.min.js"></script> <script> $(function(){ + if(sessionStorage.lang!=2){ $("body").addClass("bg-en") $(".top-mc-p1").text("Best MC of yesterday") @@ -207,6 +208,12 @@ $(function(){ task() } }) + if(sessionStorage.jump==1){ + $(".mc-box").hide() + $(".user-box").fadeIn(200) + $(".top-btn1").addClass("top-btn2") + task() + } $(".rule-btn").on("click",function(){ window.location.href="rule.html"+location.search }) diff --git a/activeFt/goddess/oldView.html b/activeFt/goddess/oldView.html index d40fe9b..0edfa22 100644 --- a/activeFt/goddess/oldView.html +++ b/activeFt/goddess/oldView.html @@ -53,7 +53,7 @@ $(function(){ "data": { "msg": '跳转集合功能', "jumptype": 3, - "url": $url + "/activeFt/goddess/index.html" + location.search, + "url": $url + "/activeFt/goddess/index.html" + location.search+'&jump=1', } } var obj2 = JSON.stringify(obj); diff --git a/footseenIcon/action2/index.html b/footseenIcon/action2/index.html index 317cd8c..db53c06 100644 --- a/footseenIcon/action2/index.html +++ b/footseenIcon/action2/index.html @@ -95,7 +95,7 @@ $(function(){ "data": { "popupType":2, // "width":314, - "url":''+$url+'/activeFt/goddess/index.html', + "url":''+$url+'/activeFt/goddess/index.html?jump=1', "heightR":160, "clickBlank":1, "bottom":'0',