Commit a99b69b6 by dabai

footseen 支付宝切换回国内

parent 189442c3
Showing with 5 additions and 5 deletions
......@@ -448,12 +448,12 @@
})
$(".alipay").on("click", function() {
sessionStorage.pay = 'TW_ALI_CNY_PAY'
if(sessionStorage.uid != undefined)window.location.href ='https://www.firefly.live/footseen/phonepay/paymentAlipay.html?uid='+sessionStorage.uid+'&lang='+sessionStorage.lang+'&cidStr='+sessionStorage.cidStr+'&osStr='+getNavigatorStr();
else window.location.href = 'login.html';
// sessionStorage.pay = "ALIPAY";
// if(sessionStorage.uid != undefined) window.location.href = "payfor-new.html";
// sessionStorage.pay = 'TW_ALI_CNY_PAY'
// if(sessionStorage.uid != undefined)window.location.href ='https://www.firefly.live/footseen/phonepay/paymentAlipay.html?uid='+sessionStorage.uid+'&lang='+sessionStorage.lang+'&cidStr='+sessionStorage.cidStr+'&osStr='+getNavigatorStr();
// else window.location.href = 'login.html';
sessionStorage.pay = "ALIPAY";
if(sessionStorage.uid != undefined) window.location.href = "payfor-new.html";
else window.location.href = 'login.html';
})
$(".weipay").on("click", function() {
sessionStorage.pay = "WECHATPAY";
......
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