Commit 5f883614 by libai

ft活动上线

parent 66a09098
Showing with 3 additions and 0 deletions
...@@ -46,6 +46,7 @@ $(function(){ ...@@ -46,6 +46,7 @@ $(function(){
$(".en-t1").text("hot pop") $(".en-t1").text("hot pop")
$(".en-t2").text("rank") $(".en-t2").text("rank")
} }
setTimeout(() => {
var obj = { var obj = {
"cid": 41, "cid": 41,
"data": { "data": {
...@@ -55,6 +56,8 @@ $(function(){ ...@@ -55,6 +56,8 @@ $(function(){
} }
var obj2 = JSON.stringify(obj); var obj2 = JSON.stringify(obj);
appCollaboration(obj2); appCollaboration(obj2);
}, 500);
var obj = { var obj = {
"cid": 43, "cid": 43,
"reqCode": new Date().getTime(), "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