Commit a3380b2c by agan

修改

parent 1c933df5
......@@ -42,11 +42,10 @@
background-color: rgba(0, 0, 0, 0.6);
}
.paypal-box{
.paypal-box {
background: url(./img/payoneerBox.png) no-repeat;
background-size: 100% 100%;
}
</style>
</head>
......@@ -95,7 +94,10 @@
$('.paypal-go p').html(langList[langType].payoneer13);
$('.paypal-input-inp').attr('placeholder', langList[langType].payoneer2);
var data = getRequest()
sessionStorage.bbb = data.uid;
sessionStorage.lang = data.lang;
sessionStorage.kkk = data.token;
var langJSON = {
"langList": [
{ "text": langList[langType].payoneer3 },
......@@ -195,9 +197,8 @@
var data = JSON.parse(msg);
console.log(data);
if (data.code == 1) {
layer.msg(langList[langType].paypal6)
setTimeout(function () {
window.location.href = 'new-cashReality.html'
window.location.href = 'https://www.footseen.com/footseen/withdraw/index.html' + location.search
}, 1500)
} else if (data.code = -70007) {
layer.msg(langList[langType].paypal7)
......
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