Commit 5f883614 by libai

ft活动上线

parent 66a09098
Showing with 11 additions and 8 deletions
...@@ -46,15 +46,18 @@ $(function(){ ...@@ -46,15 +46,18 @@ $(function(){
$(".en-t1").text("hot pop") $(".en-t1").text("hot pop")
$(".en-t2").text("rank") $(".en-t2").text("rank")
} }
var obj = { setTimeout(() => {
"cid": 41, var obj = {
"data": { "cid": 41,
// "AHEX": '#00FFFFFF', // # color2值为AHEX色值 例:#FFFFFFFF, "data": {
"background":"transparent" // "AHEX": '#00FFFFFF', // # color2值为AHEX色值 例:#FFFFFFFF,
"background":"transparent"
}
} }
} 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