Commit 98da9525 by libai

ft活动上线

parent 99fb5b17
Showing with 9 additions and 10 deletions
...@@ -485,17 +485,16 @@ $(function(){ ...@@ -485,17 +485,16 @@ $(function(){
}) })
$(".add-btn").on("click",function(){ $(".add-btn").on("click",function(){
var obj = { var obj = {
"cid": 12, "cid": 12,
"reqCode": new Date().getTime(), "reqCode": new Date().getTime(),
"data": { "data": {
"msg": '去儲值', "msg": '去儲值',
"jumptype": 16, //16: 去储值 18: 跳转到座驾 3:跳转集合功能 28:跳转直播间 29:空间 26:设置 40:半屏宝石储值 41:礼物列表 42:背包列表 // 43: 跳转新人主播引导 "jumptype": 16, //16: 去储值 18: 跳转到座驾 3:跳转集合功能 28:跳转直播间 29:空间 26:设置 40:半屏宝石储值 41:礼物列表 42:背包列表 // 43: 跳转新人主播引导
"hideTitle": 0 // 1隐藏头部,0 不隐藏, 默认为0 "hideTitle": 0 // 1隐藏头部,0 不隐藏, 默认为0
}
} }
var obj2 = JSON.stringify(obj); }
appCollaboration(obj2); var obj2 = JSON.stringify(obj);
}) appCollaboration(obj2);
}) })
// view() // view()
......
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