Commit f31f0bef by libai

ft活动上线

parent 8ea04ff0
Showing with 24 additions and 10 deletions
...@@ -44,17 +44,31 @@ $(function(){ ...@@ -44,17 +44,31 @@ $(function(){
$("body").addClass("bg-en") $("body").addClass("bg-en")
} }
$(".act-room-bg1").on("click",function(){ $(".act-room-bg1").on("click",function(){
// var obj = {
// "cid": 12,
// "reqCode": new Date().getTime(),
// "data": {
// "msg": '跳转集合功能',
// "jumptype": 3,
// "url":"http://test.ybact.yazhaiyabo.com/games/fireGarden2/index.html" + location.search +'&jump=fusi',
// }
// }
// var obj2 = JSON.stringify(obj);
// appCollaboration(obj2);
var obj = { var obj = {
"cid": 12, "cid": 31,
"reqCode": new Date().getTime(), "reqCode": new Date().getTime(),
"data": { "data": {
"msg": '跳转集合功能', "popupType":2,
"jumptype": 3, // "width":314,
"url":"http://test.ybact.yazhaiyabo.com/games/fireGarden2/index.html" + location.search +'&jump=fusi', "url":'http://test.ybact.yazhaiyabo.com/games/fireGarden2/index.html',
} "heightR":160,
} "clickBlank":1,
var obj2 = JSON.stringify(obj); "bottom":'0',
appCollaboration(obj2); }
}
var obj2 = JSON.stringify(obj);
appCollaboration(obj2);
}) })
if(sessionStorage.lang!=2){ if(sessionStorage.lang!=2){
......
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