Commit 80e6b228 by libai

ft活动上线

parent 2392f96b
Showing with 11 additions and 1 deletions
......@@ -334,14 +334,24 @@ $(function(){
$(".mc-box").hide()
$(".user-box").fadeIn(200)
task()
$("iframe").attr("src","http://test.ybact.yazhaiyabo.com/games/fruitTurntable/main.html"+location.search+"")
$("iframe").attr("src","http://test.ybact.yazhaiyabo.com/games/fruitTurntable/main.html"+location.search+""+"&roomid=210102")
}
})
$(".rule-btn").on("click",function(){
window.location.href="rule.html"+location.search
})
$(".exc,.turn-tips2").on("click",function(){
var obj = {
"cid": 12,
"reqCode": new Date().getTime(),
"data": {
"msg": "兌換露水",
"jumptype": 15,
}
}
var obj2 = JSON.stringify(obj);
appCollaboration(obj2);
})
$(".lucky-btn1").unbind("click").on("click",function(){
luckyGo(1)
......
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