Commit 200c106e by agan

xg

parent 453879b9
Showing with 8 additions and 0 deletions
......@@ -468,7 +468,15 @@
var _self = $(this)
if (_self.hasClass("pay-click-box-in")) return;
$(".pay-click-box").removeClass("pay-click-box-in")
if (_self.attr('data-type') == 'LINE_PAY') {
if (sessionStorage.uid != undefined) {
window.location.href = 'https://firefly.live/footseen/phonepay/visapay.html?uid=' + sessionStorage.uid + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr;
}
}else if(_self.attr('data-type') == 'TW_PAY'){
window.location.href = 'https://firefly.live/footseen/phonepay/visapay.html?uid=' + sessionStorage.uid + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr
}
_self.addClass("pay-click-box-in")
sessionStorage.pay = _self.attr("data-type")
getRecharge(_self.attr("data-type"), _self.attr("data-type2"))
......
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