Commit 7f5fc154 by libai

ft活动上线

parent 8fb2f010
......@@ -173,6 +173,22 @@ $(function(){
$(".mc-box").fadeIn(200)
$(".top-btn1").removeClass("top-btn2")
})
if(sessionStorage.jump==1){
$(".mc-box").hide()
$(".user-box").fadeIn(200)
$(".top-btn1").addClass("top-btn2")
task()
getFlyTask()
if(oneGame==true){
oneGame=false
var bbb = location.href;
if (bbb.indexOf("https://fsactive.fusi.club/") > -1) {
$("iframe").attr("src","https://fsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992")
}else{
$("iframe").attr("src","http://testfsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992")
}
}
}
$(".top-btn1 div").eq(1).on("click",function(){
$(".mc-box").hide()
$(".user-box").fadeIn(200)
......
......@@ -51,7 +51,7 @@ $(function(){
"data": {
"msg": '跳转集合功能',
"jumptype": 3,
"url": $url + "/activeFt/luckyFly/index.html" + location.search+'',
"url": $url + "/activeFt/luckyFly/index.html" + location.search+'&jump=1',
}
}
var obj2 = JSON.stringify(obj);
......
......@@ -336,7 +336,7 @@
</ul>
</div>
<div class="time-box">
<p class="time-box-tips"> · · ·</p>
<p class="time-box-tips">Getting ready · · ·</p>
<div class="num-box">
<div class="num-box-p1"></div>
<div class="num-box-p2"></div>
......
......@@ -55,7 +55,7 @@ $(function(){
"data": {
"msg": '跳转集合功能',
"jumptype": 3,
"url": $url + "/activeFt/luckyFly/index.html" + location.search+'',
"url": $url + "/activeFt/luckyFly/index.html" + location.search+'&jump=1',
}
}
var obj2 = JSON.stringify(obj);
......
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