Commit 0bfa1bbc by libai

ft活动上线

parent 8a99d52c
......@@ -133,7 +133,13 @@ $(function(){
$(".mc-box").hide()
$(".user-box").fadeIn(200)
$(".top-btn1").addClass("top-btn2")
var bbb = location.href;
if (bbb.indexOf("https://fsactive.fusi.club/") > -1) {
$("iframe").attr("src","https://activity.yazhaiyabo.com/active2020/superDew/index.html"+location.search+""+"&roomid=868812")
}else{
$("iframe").attr("src","http://test.ybact.yazhaiyabo.com/active2020/superDew/index.html"+location.search+""+"&roomid=999996")
}
userRank(2)
task()
}
......@@ -153,7 +159,11 @@ $(function(){
$(".mc-box").hide()
$(".user-box").fadeIn(200)
$(".top-btn1").addClass("top-btn2")
if (bbb.indexOf("https://fsactive.fusi.club/") > -1) {
$("iframe").attr("src","https://activity.yazhaiyabo.com/active2020/superDew/index.html"+location.search+""+"&roomid=868812")
}else{
$("iframe").attr("src","http://test.ybact.yazhaiyabo.com/active2020/superDew/index.html"+location.search+""+"&roomid=999996")
}
userRank(2)
task()
})
......@@ -354,7 +364,13 @@ $(function(){
else if(i==5){
$(".task"+(i+1)+"").addClass("task6-btn")
$(".task6-btn").unbind("click").on("click",function(){
var bbb = location.href;
if (bbb.indexOf("https://fsactive.fusi.club/") > -1) {
window.location.href='yazhai://_868812_room'
}else{
window.location.href='yazhai://_999996_room'
}
})
}
else {
......
......@@ -93,7 +93,7 @@ $(function(){
setTimeout(function(){
if(sessionStorage.lang==2)return;
if(localStorage.lucky777==undefined||localStorage.lucky777<new Date().getTime()){
// localStorage.lucky777=(Number(new Date().getTime())+86400000)
localStorage.lucky777=(Number(new Date().getTime())+86400000)
$.ajax({
url:$ip+'/actSecretGarden/openPopup.html',
data:{
......
......@@ -54,6 +54,23 @@ $(function(){
})
$(".pop-btn").on("click",function(){
var bbb = location.href;
if (bbb.indexOf("https://fsactive.fusi.club/") > -1) {
$.ajax({
url:$ip+'/actSecretGarden/openPopup.html',
data:{
width:'0',
popupUrl: "https://activity.yazhaiyabo.com/active2020/superDew/index.html"+location.search+""+"&roomid=868812",
height:'0.5',
heightR:'102',
x:'0',
y:'0.5',
},
success:function(){
}
})
}else{
$.ajax({
url:$ip+'/actSecretGarden/openPopup.html',
data:{
......@@ -68,6 +85,8 @@ $(function(){
}
})
}
var obj = {
"cid": 14,
......
......@@ -106,7 +106,7 @@ $(function(){
setTimeout(function(){
if(sessionStorage.lang==2)return;
if(localStorage.lucky777==undefined||localStorage.lucky777<new Date().getTime()){
// localStorage.lucky777=(Number(new Date().getTime())+86400000)
localStorage.lucky777=(Number(new Date().getTime())+86400000)
$.ajax({
url:$ip+'/actSecretGarden/openPopup.html',
data:{
......
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