Commit 6bf7faaf by libai

ft活动上线

parent 9decec7d
Showing with 8 additions and 0 deletions
......@@ -490,6 +490,14 @@ $(function(){
},
success:function(data){
console.log("用户抽奖",data)
if(data.code==-100){
layer.msg(data.msg)
setTimeout(function(){
giftOk=true;
window.location.href='https://www.footseen.com/footseen/phonepay/applepay.html'+location.search
},1000)
return;
}
if(data.code!=1){
layer.msg(data.msg)
setTimeout(function(){
......
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