Commit 849b9316 by agan

修改

parent 9ea2bbcb
......@@ -665,21 +665,21 @@
$('.danapay').on('click', function () {
sessionStorage.pay = 'DANA_PAY';
sessionStorage.payType = '240';
if (sessionStorage.uid != undefined) window.location.href = 'danapay.html';
if (sessionStorage.uid != undefined) window.location.href = 'https://firefly.live/footseen/phonepay/danapay.html?uid=' + sessionStorage.uid + '&token=' + sessionStorage.token + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr + '&osStr=' + mOsStr + '&os=' + data.os;
else window.location.href = 'login.html';
})
$('.newgopay').on('click', function () {
sessionStorage.pay = 'GO_PAY';
sessionStorage.payType = '227';
if (sessionStorage.uid != undefined) window.location.href = 'newgopay.html';
if (sessionStorage.uid != undefined) window.location.href = 'https://firefly.live/footseen/phonepay/newgopay.html?uid=' + sessionStorage.uid + '&token=' + sessionStorage.token + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr + '&osStr=' + mOsStr + '&os=' + data.os;
else window.location.href = 'login.html';
})
$('.ovopay').on('click', function () {
sessionStorage.pay = 'OVO_PAY';
sessionStorage.payType = '230';
if (sessionStorage.uid != undefined) window.location.href = 'ovopay.html';
if (sessionStorage.uid != undefined) window.location.href = 'https://firefly.live/footseen/phonepay/ovopay.html?uid=' + sessionStorage.uid + '&token=' + sessionStorage.token + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr + '&osStr=' + mOsStr + '&os=' + data.os;
else window.location.href = 'login.html';
})
}
......
......@@ -109,11 +109,11 @@
} else if (sessionStorage.pay == 'GLOCASH_PAY') {
window.location.href = window.location.href = 'https://firefly.live/footseen/phonepay/newvisapay.html?uid=' + sessionStorage.uid + '&token=' + sessionStorage.token + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr + '&osStr=' + getNavigatorStr() + '&os=' + data.os;
} else if (sessionStorage.pay == 'DANA_PAY') {
window.location.href = window.location.href = 'danapay.html'
window.location.href = 'https://firefly.live/footseen/phonepay/danapay.html?uid=' + sessionStorage.uid + '&token=' + sessionStorage.token + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr + '&osStr=' + getNavigatorStr() + '&os=' + data.os;
} else if (sessionStorage.pay == 'OVO_PAY') {
window.location.href = window.location.href = 'ovopay.html'
window.location.href = 'https://firefly.live/footseen/phonepay/ovopay.html?uid=' + sessionStorage.uid + '&token=' + sessionStorage.token + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr + '&osStr=' + getNavigatorStr() + '&os=' + data.os;
} else if (sessionStorage.pay == 'GO_PAY') {
window.location.href = window.location.href = 'newgopay.html'
window.location.href = 'https://firefly.live/footseen/phonepay/newgopay.html?uid=' + sessionStorage.uid + '&token=' + sessionStorage.token + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr + '&osStr=' + getNavigatorStr() + '&os=' + data.os;
} else {
window.location.href = "payfor-new.html" + window.location.search;
}
......
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