Commit 156f8702 by libai

ft活动上线

parent a8af2aa6
...@@ -166,6 +166,7 @@ ...@@ -166,6 +166,7 @@
<script src="lib/swiper.min.js"></script> <script src="lib/swiper.min.js"></script>
<script> <script>
$(function(){ $(function(){
if(sessionStorage.lang!=2){ if(sessionStorage.lang!=2){
$("body").addClass("bg-en") $("body").addClass("bg-en")
$(".top-mc-p1").text("Best MC of yesterday") $(".top-mc-p1").text("Best MC of yesterday")
...@@ -207,6 +208,12 @@ $(function(){ ...@@ -207,6 +208,12 @@ $(function(){
task() task()
} }
}) })
if(sessionStorage.jump==1){
$(".mc-box").hide()
$(".user-box").fadeIn(200)
$(".top-btn1").addClass("top-btn2")
task()
}
$(".rule-btn").on("click",function(){ $(".rule-btn").on("click",function(){
window.location.href="rule.html"+location.search window.location.href="rule.html"+location.search
}) })
......
...@@ -53,7 +53,7 @@ $(function(){ ...@@ -53,7 +53,7 @@ $(function(){
"data": { "data": {
"msg": '跳转集合功能', "msg": '跳转集合功能',
"jumptype": 3, "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); var obj2 = JSON.stringify(obj);
......
...@@ -95,7 +95,7 @@ $(function(){ ...@@ -95,7 +95,7 @@ $(function(){
"data": { "data": {
"popupType":2, "popupType":2,
// "width":314, // "width":314,
"url":''+$url+'/activeFt/goddess/index.html', "url":''+$url+'/activeFt/goddess/index.html?jump=1',
"heightR":160, "heightR":160,
"clickBlank":1, "clickBlank":1,
"bottom":'0', "bottom":'0',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment