Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / fsActive

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 80e6b228 authored 9 months ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

ft活动上线

parent 2392f96b ceshi
Show whitespace changes
Inline Side-by-side
Showing with 11 additions and 1 deletions
  • activeFt/summer/index.html
activeFt/summer/index.html
View file @ 80e6b228
...@@ -334,14 +334,24 @@ $(function(){ ...@@ -334,14 +334,24 @@ $(function(){
$(".mc-box").hide() $(".mc-box").hide()
$(".user-box").fadeIn(200) $(".user-box").fadeIn(200)
task() 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(){ $(".rule-btn").on("click",function(){
window.location.href="rule.html"+location.search window.location.href="rule.html"+location.search
}) })
$(".exc,.turn-tips2").on("click",function(){ $(".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(){ $(".lucky-btn1").unbind("click").on("click",function(){
luckyGo(1) luckyGo(1)
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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