Commit f8f62d9d by agan

xg

parent b32b99bb
Showing with 2 additions and 1 deletions
......@@ -466,10 +466,11 @@
$(".box2-content").html(html)
$(".pay-click-box").unbind("click").on("click", function () {
var _self = $(this)
if (_self.hasClass("pay-click-box-in")) return;
_self.addClass("pay-click-box-in")
sessionStorage.pay = _self.attr("data-type")
if (_self.hasClass("pay-click-box-in")) return;
$(".pay-click-box").removeClass("pay-click-box-in")
//在firefly域名下才有用
if (_self.attr('data-type') == 'LINE_PAY') {
window.location.href = 'https://firefly.live/footseen/phonepay/visapay.html?uid=' + localStorage.uid + '&lang=' + sessionStorage.lang + '&pay=' + sessionStorage.pay + '&cidStr=' + sessionStorage.cidStr;
}else if(_self.attr('data-type') == 'TW_PAY'){
......
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