Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
387376ab
authored
4 years ago
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付宝切换成payment
parent
6b5d66a0
master
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
footseen/phonepay/applepay.html
footseen/phonepay/applepay.html
View file @
387376ab
...
...
@@ -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"
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment