Commit 00c8e71f by libai

测试

parent 2d368eb4
Showing with 7 additions and 5 deletions
......@@ -20,7 +20,7 @@
<link rel="stylesheet" href="../css/base.css">
<link rel="stylesheet" href="../css/layer.css">
<link rel="stylesheet" href="../css/login.css?v=2023011202">
<link rel="stylesheet" href="css/index.css?v=20220630">
<link rel="stylesheet" href="css/index.css?v=2023042801">
<script src="https://accounts.google.com/gsi/client" async defer></script>
<script src="https://www.footseen.xyz/lib/hello.js"></script>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
......@@ -738,9 +738,9 @@ $(function(){
},
async: true,
success: function (res) {
console.log(res)
var _self=$(this)
if(res.code!=1)layer.msg(res.msg)
window.location.href = res.url;
window.location.href='https://firefly.live/footseenPay/index.html?goUrl='+_self[0].url
}
});
......@@ -764,8 +764,9 @@ $(function(){
},
async: true,
success: function (res) {
var _self=$(this)
if(res.code!=1)layer.msg(res.msg)
window.location.href = res.url;
window.location.href='https://firefly.live/footseenPay/index.html?goUrl='+_self[0].url
}
});
......@@ -789,8 +790,9 @@ $(function(){
},
async: true,
success: function (res) {
var _self=$(this)
if(res.code!=1)layer.msg(res.msg)
window.location.href = res.url;
window.location.href='https://firefly.live/footseenPay/index.html?goUrl='+_self[0].url
}
});
......
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