From 387376ab3e7cc55b37efb084e187a073f707dd25 Mon Sep 17 00:00:00 2001 From: dabai <dabai@yazhai.co> Date: Wed, 16 Sep 2020 15:15:41 +0800 Subject: [PATCH] 支付宝切换成payment --- footseen/phonepay/applepay.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/footseen/phonepay/applepay.html b/footseen/phonepay/applepay.html index 292c52f..29d5119 100644 --- a/footseen/phonepay/applepay.html +++ b/footseen/phonepay/applepay.html @@ -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"; -- libgit2 0.25.0