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
9ea2bbcb
authored
2 years ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
cdba8bba
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
5 deletions
footseen/phonepay/danapay.html
footseen/phonepay/login.html
footseen/phonepay/newgopay.html
footseen/phonepay/ovopay.html
footseen/phonepay/danapay.html
View file @
9ea2bbcb
...
...
@@ -82,7 +82,7 @@
$
.
ajax
({
url
:
_url
+
"/pay/getPaymentWall.html"
,
data
:
{
uid
:
local
Storage
.
uid
,
uid
:
session
Storage
.
uid
,
country
:
'86'
,
rid
:
sessionStorage
.
rid
,
amount
:
sessionStorage
.
money
,
...
...
This diff is collapsed.
Click to expand it.
footseen/phonepay/login.html
View file @
9ea2bbcb
...
...
@@ -31,8 +31,9 @@
top
:
0.18rem
;
left
:
0.32rem
;
font-size
:
0.32rem
;
line-height
:
0.64rem
;
;
white-space
:
nowrap
;
line-height
:
0.64rem
;
;
white-space
:
nowrap
;
}
.closeBtn
>
a
{
...
...
@@ -107,6 +108,12 @@
window
.
location
.
href
=
'https://www.firefly.live/footseen/phonepay/paymentAlipay.html?uid='
+
sessionStorage
.
uid
+
'&lang='
+
sessionStorage
.
lang
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
getNavigatorStr
()
+
'&os='
+
data
.
os
;
}
else
if
(
sessionStorage
.
pay
==
'GLOCASH_PAY'
)
{
window
.
location
.
href
=
window
.
location
.
href
=
'https://firefly.live/footseen/phonepay/newvisapay.html?uid='
+
sessionStorage
.
uid
+
'&token='
+
sessionStorage
.
token
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
getNavigatorStr
()
+
'&os='
+
data
.
os
;
}
else
if
(
sessionStorage
.
pay
==
'DANA_PAY'
)
{
window
.
location
.
href
=
window
.
location
.
href
=
'danapay.html'
}
else
if
(
sessionStorage
.
pay
==
'OVO_PAY'
)
{
window
.
location
.
href
=
window
.
location
.
href
=
'ovopay.html'
}
else
if
(
sessionStorage
.
pay
==
'GO_PAY'
)
{
window
.
location
.
href
=
window
.
location
.
href
=
'newgopay.html'
}
else
{
window
.
location
.
href
=
"payfor-new.html"
+
window
.
location
.
search
;
}
...
...
This diff is collapsed.
Click to expand it.
footseen/phonepay/newgopay.html
View file @
9ea2bbcb
...
...
@@ -82,7 +82,7 @@
$
.
ajax
({
url
:
_url
+
"/pay/getPaymentWall.html"
,
data
:
{
uid
:
local
Storage
.
uid
,
uid
:
session
Storage
.
uid
,
country
:
'86'
,
rid
:
sessionStorage
.
rid
,
amount
:
sessionStorage
.
money
,
...
...
This diff is collapsed.
Click to expand it.
footseen/phonepay/ovopay.html
View file @
9ea2bbcb
...
...
@@ -82,7 +82,7 @@
$
.
ajax
({
url
:
_url
+
"/pay/getPaymentWall.html"
,
data
:
{
uid
:
local
Storage
.
uid
,
uid
:
session
Storage
.
uid
,
country
:
'86'
,
rid
:
sessionStorage
.
rid
,
amount
:
sessionStorage
.
money
,
...
...
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