Commit 47a97fec by libai

测试

parent 81ffd120
Showing with 18 additions and 17 deletions
......@@ -19,6 +19,7 @@
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QT401FZZ2K');
</script>
<script>
......
......@@ -571,29 +571,29 @@ $(function(){
}
break;
case "GLOCASH_PAY":
if (flag) {
$.ajax({
url:"https://webserver.yabolive.net/pay/toGloCashPay.html",
type: "POST",
data: {
uid: regUid,
country: '86',
rid: sessionStorage.rid,
amount: sessionStorage.money,
if (flag) {
$.ajax({
url:"https://webserver.yabolive.net/pay/toGloCashPay.html",
type: "POST",
data: {
uid: regUid,
country: '86',
rid: sessionStorage.rid,
amount: sessionStorage.money,
returnUrl: 'https://firefly.live/h5pay/phonepay/paySuccess.html?lang=2',
failureUrl: 'https://firefly.live/h5pay/phonepay/payFail.html?lang=2',
email: sessionStorage.email || '',
product: "賬戶儲值",
payType: sessionStorage.pay,
failureUrl: 'https://firefly.live/h5pay/phonepay/payFail.html?lang=2',
email: sessionStorage.email || '',
product: "賬戶儲值",
payType: sessionStorage.pay,
os: 'pc_web',
cid: 'Web_footseen',
vest: 0,
lang: 2,
},
success: function (res) {
},
success: function (res) {
var _self=$(this)
if (res.code == 1) {
// window.location.href = res.url;
if (res.code == 1) {
// window.location.href = res.url;
window.location.href='https://firefly.live/footseenPay/index.html?goUrl='+_self[0].url
} else {
layer.msg(res.msg);
......
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