Commit 9ea2bbcb by agan

修改

parent cdba8bba
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
$.ajax({ $.ajax({
url: _url + "/pay/getPaymentWall.html", url: _url + "/pay/getPaymentWall.html",
data: { data: {
uid: localStorage.uid, uid: sessionStorage.uid,
country: '86', country: '86',
rid: sessionStorage.rid, rid: sessionStorage.rid,
amount: sessionStorage.money, amount: sessionStorage.money,
......
...@@ -31,7 +31,8 @@ ...@@ -31,7 +31,8 @@
top: 0.18rem; top: 0.18rem;
left: 0.32rem; left: 0.32rem;
font-size: 0.32rem; font-size: 0.32rem;
line-height: 0.64rem;; line-height: 0.64rem;
;
white-space: nowrap; white-space: nowrap;
} }
...@@ -107,6 +108,12 @@ ...@@ -107,6 +108,12 @@
window.location.href = 'https://www.firefly.live/footseen/phonepay/paymentAlipay.html?uid=' + sessionStorage.uid + '&lang=' + sessionStorage.lang + '&cidStr=' + sessionStorage.cidStr + '&osStr=' + getNavigatorStr() + '&os=' + data.os; window.location.href = 'https://www.firefly.live/footseen/phonepay/paymentAlipay.html?uid=' + sessionStorage.uid + '&lang=' + sessionStorage.lang + '&cidStr=' + sessionStorage.cidStr + '&osStr=' + getNavigatorStr() + '&os=' + data.os;
} else if (sessionStorage.pay == 'GLOCASH_PAY') { } 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; 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'
} else if (sessionStorage.pay == 'OVO_PAY') {
window.location.href = window.location.href = 'ovopay.html'
} else if (sessionStorage.pay == 'GO_PAY') {
window.location.href = window.location.href = 'newgopay.html'
} else { } else {
window.location.href = "payfor-new.html" + window.location.search; window.location.href = "payfor-new.html" + window.location.search;
} }
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
$.ajax({ $.ajax({
url: _url + "/pay/getPaymentWall.html", url: _url + "/pay/getPaymentWall.html",
data: { data: {
uid: localStorage.uid, uid: sessionStorage.uid,
country: '86', country: '86',
rid: sessionStorage.rid, rid: sessionStorage.rid,
amount: sessionStorage.money, amount: sessionStorage.money,
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
$.ajax({ $.ajax({
url: _url + "/pay/getPaymentWall.html", url: _url + "/pay/getPaymentWall.html",
data: { data: {
uid: localStorage.uid, uid: sessionStorage.uid,
country: '86', country: '86',
rid: sessionStorage.rid, rid: sessionStorage.rid,
amount: sessionStorage.money, amount: sessionStorage.money,
......
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