Commit 5f0f86b9 by libai

ft活动上线

parent 287fde49
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
url:$ip+'/actShowForMe/openPopup.html', url:$ip+'/actShowForMe/openPopup.html',
data:{ data:{
roomId:sessionStorage.roomId, roomId:sessionStorage.roomId,
popupUrl:'https://fsactive.fusi.club/activeFootseen/command2/index2.html' popupUrl:''+$url+'activeFootseen/command2/index2.html'
}, },
success:function(data){ success:function(data){
// ?uid='+sessionStorage.uid+'&roomId='+sessionStorage.roomId+'&token='+sessionStorage.token+' // ?uid='+sessionStorage.uid+'&roomId='+sessionStorage.roomId+'&token='+sessionStorage.token+'
......
...@@ -4,9 +4,11 @@ ...@@ -4,9 +4,11 @@
var bbb = location.href; var bbb = location.href;
if (bbb.indexOf("https://fsactive.fusi.club/") > -1) { if (bbb.indexOf("https://fsactive.fusi.club/") > -1) {
$ip = "https://webserver.yabolive.net"; $ip = "https://webserver.yabolive.net";
$url='http://fsActive.fusi.club';
} }
else{ else{
$ip = 'http://ceshi.yabolive.tv/web'; $ip = 'http://ceshi.yabolive.tv/web';
$url='http://testfsactive.fusi.club'
} }
var bbb = location.href; var bbb = location.href;
var data = url_get_params(bbb) var data = url_get_params(bbb)
......
...@@ -131,7 +131,6 @@ $(function(){ ...@@ -131,7 +131,6 @@ $(function(){
//活動 //活動
if(sessionStorage.uid==sessionStorage.roomId){ if(sessionStorage.uid==sessionStorage.roomId){
console.log(1212)
$(".room-bg1,.room-bg3").show() $(".room-bg1,.room-bg3").show()
view() view()
setInterval(function(){ setInterval(function(){
......
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