Commit ab1b57f2 by kaisa

feat:同上更新

parent b332d0dc
......@@ -44,19 +44,19 @@ $(function(){
if(sessionStorage.lang!=2){
$("body").addClass("bg-en")
}
$(".act-room-bg").on("click",function(){
var obj = {
"cid": 12,
"reqCode": new Date().getTime(),
"data": {
"msg": '跳转集合功能',
"jumptype": 3,
"url": $url + "/activeFt/luckyFly/index.html" + location.search+'',
}
}
var obj2 = JSON.stringify(obj);
appCollaboration(obj2);
})
// $(".act-room-bg").on("click",function(){
// var obj = {
// "cid": 12,
// "reqCode": new Date().getTime(),
// "data": {
// "msg": '跳转集合功能',
// "jumptype": 3,
// "url": $url + "/activeFt/luckyFly/index.html" + location.search+'',
// }
// }
// var obj2 = JSON.stringify(obj);
// appCollaboration(obj2);
// })
$(".dew-exc").on("click",function(){
})
......
......@@ -48,19 +48,19 @@ $(function(){
var wsTimer=null
$(".act-room-bg").on("click",function(){
var obj = {
"cid": 12,
"reqCode": new Date().getTime(),
"data": {
"msg": '跳转集合功能',
"jumptype": 3,
"url": $url + "/activeFt/luckyFly/index.html" + location.search+'',
}
}
var obj2 = JSON.stringify(obj);
appCollaboration(obj2);
})
// $(".act-room-bg").on("click",function(){
// var obj = {
// "cid": 12,
// "reqCode": new Date().getTime(),
// "data": {
// "msg": '跳转集合功能',
// "jumptype": 3,
// "url": $url + "/activeFt/luckyFly/index.html" + location.search+'',
// }
// }
// var obj2 = JSON.stringify(obj);
// appCollaboration(obj2);
// })
var obj = {
"cid": 43,
"reqCode": new Date().getTime(),
......
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