Commit d204d871 by libai

ft活动上线

parent 198d6829
Showing with 12 additions and 1 deletions
......@@ -418,7 +418,18 @@ $(function(){
}
$(".task-btn4").unbind("click").on("click",function(){
window.location.href='https://www.footseen.com/footseen/phonepay/applepay.html'+location.search
var obj = {
"cid": 12,
"reqCode": new Date().getTime(),
"data": {
"msg": '去儲值',
"jumptype": 16, //16: 去储值 18: 跳转到座驾 3:跳转集合功能 28:跳转直播间 29:空间 26:设置 40:半屏宝石储值 41:礼物列表 42:背包列表 // 43: 跳转新人主播引导
"hideTitle": 0 // 1隐藏头部,0 不隐藏, 默认为0
}
}
var obj2 = JSON.stringify(obj);
webAppCollaboration(obj2);
// window.location.href='https://www.footseen.com/footseen/phonepay/applepay.html'+location.search
})
$(".task-btn6").unbind("click").on("click",function(){
var targetText=$("#target").text();
......
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