Commit 935996f7 by agan

xg

parent 2f26175d
......@@ -84,14 +84,18 @@ var payList = {
'94': {
'name': 'payermax',
'img': langList[langType].visapay,
},
'95': {
'name': 'ilivepay',
'img': '../img/pay/ILIVEPAY.png',
}
}
var payOrder = {
'TW': [94, 90, 64, 65, 66, 50, 51, 52, 53, 20, 30, 40, 60, 63, 70, 91, 93, 92, 10], //台湾
'MY': [20, 30, 40, 94, 90, 50, 51, 52, 53, 60, 63, 64, 65, 66, 70, 91, 93, 92, 10], //马来西亚
'ID': [91, 93, 92, 60, 63, 94, 90, 50, 51, 52, 53, 20, 30, 40, 64, 65, 66, 70, 10], //印度尼西亚
'WPAY': [94, 90, 70, 20, 30, 40, 50, 51, 52, 53, 60, 63, 64, 65, 66, 91, 93, 92, 10],//阿拉伯支付
'IN': [94, 90, 20, 30, 40, 50, 51, 52, 53, 70, 60, 63, 64, 65, 66, 91, 93, 92, 10],//印度
'OTHER': [94, 90, 20, 30, 64, 65, 66, 40, 50, 51, 52, 53, 70, 60, 63, 91, 93, 92, 10], //其他语区
'TW': [94, 90, 64, 65, 66, 50, 51, 52, 53, 20, 95, 30, 40, 60, 63, 70, 91, 93, 92, 10], //台湾
'MY': [20, 95, 30, 40, 94, 90, 50, 51, 52, 53, 60, 63, 64, 65, 66, 70, 91, 93, 92, 10], //马来西亚
'ID': [91, 93, 92, 60, 63, 94, 90, 50, 51, 52, 53, 20, 95, 30, 40, 64, 65, 66, 70, 10], //印度尼西亚
'WPAY': [94, 90, 70, 20, 95, 30, 40, 50, 51, 52, 53, 60, 63, 64, 65, 66, 91, 93, 92, 10],//阿拉伯支付
'IN': [94, 90, 20, 95, 30, 40, 50, 51, 52, 53, 70, 60, 63, 64, 65, 66, 91, 93, 92, 10],//印度
'OTHER': [94, 90, 20, 95, 30, 64, 65, 66, 40, 50, 51, 52, 53, 70, 60, 63, 91, 93, 92, 10], //其他语区
}
\ No newline at end of file
......@@ -684,7 +684,6 @@
})
$('.newgopay').on('click', function () {
sessionStorage.pay = 'GO_PAY';
sessionStorage.payType = '227';
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;
......@@ -692,12 +691,17 @@
})
$('.ovopay').on('click', function () {
sessionStorage.pay = 'OVO_PAY';
sessionStorage.payType = '230';
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';
})
$('.ilivepay').on('click', function () {
sessionStorage.pay = 'ILIVEPAY';
if (sessionStorage.uid != undefined) window.location.href = 'http://web.yazhaiyabo.com/footseen/wechatpay/payfor-new.html?uid=' + sessionStorage.uid + '&token=' + sessionStorage.token + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&payStatus=' + sessionStorage.payStatus + '&cidStr=' + sessionStorage.cidStr + '&osStr=' + mOsStr + '&os=' + data.os;
else window.location.href = 'login.html';
})
}
function getLangRegion(code) {
......
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