Commit de83e054 by libai

ft活动上线

parent 5770efb4
Showing with 4 additions and 6 deletions
...@@ -179,15 +179,14 @@ $(function(){ ...@@ -179,15 +179,14 @@ $(function(){
$(".top-btn1").addClass("top-btn2") $(".top-btn1").addClass("top-btn2")
task() task()
getFlyTask() getFlyTask()
if(oneGame==true){
oneGame=false
var bbb = location.href; var bbb = location.href;
if (bbb.indexOf("https://fsactive.fusi.club/") > -1) { if (bbb.indexOf("https://fsactive.fusi.club/") > -1) {
$("iframe").attr("src","https://fsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992") $("iframe").attr("src","https://fsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992")
}else{ }else{
$("iframe").attr("src","http://testfsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992") $("iframe").attr("src","http://testfsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992")
} }
}
} }
$(".top-btn1 div").eq(1).on("click",function(){ $(".top-btn1 div").eq(1).on("click",function(){
$(".mc-box").hide() $(".mc-box").hide()
...@@ -195,15 +194,14 @@ $(function(){ ...@@ -195,15 +194,14 @@ $(function(){
$(".top-btn1").addClass("top-btn2") $(".top-btn1").addClass("top-btn2")
task() task()
getFlyTask() getFlyTask()
if(oneGame==true){
oneGame=false
var bbb = location.href; var bbb = location.href;
if (bbb.indexOf("https://fsactive.fusi.club/") > -1) { if (bbb.indexOf("https://fsactive.fusi.club/") > -1) {
$("iframe").attr("src","https://fsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992") $("iframe").attr("src","https://fsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992")
}else{ }else{
$("iframe").attr("src","http://testfsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992") $("iframe").attr("src","http://testfsactive.fusi.club/activeFt/luckySpace/index.html"+location.search+""+"&roomid=999992")
} }
}
}) })
$(".rule").on("click",function(){ $(".rule").on("click",function(){
window.location.href="rule.html"+location.search window.location.href="rule.html"+location.search
......
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