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
2993cf58
authored
2 years ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
放开三种支付
parent
6b64f518
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
24 deletions
footseen/phonepay/applepay.html
footseen/phonepay/applepay.html
View file @
2993cf58
...
...
@@ -665,14 +665,7 @@
})
$
(
'.danapay'
).
on
(
'click'
,
function
()
{
if
(
sessionStorage
.
uid
!=
'101701'
){
let
mMsg
=
'儲值渠道維護中'
;
if
(
sessionStorage
.
lang
!=
2
){
mMsg
=
'Recharge channel maintenance'
}
layer
.
msg
(
mMsg
)
return
}
sessionStorage
.
pay
=
'DANA_PAY'
;
sessionStorage
.
payType
=
'240'
;
if
(
sessionStorage
.
uid
!=
undefined
)
window
.
location
.
href
=
'https://firefly.live/footseen/phonepay/danapay.html?uid='
+
sessionStorage
.
uid
+
'&token='
+
sessionStorage
.
token
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
mOsStr
+
'&os='
+
data
.
os
;
...
...
@@ -680,14 +673,7 @@
})
$
(
'.newgopay'
).
on
(
'click'
,
function
()
{
if
(
sessionStorage
.
uid
!=
'101701'
){
let
mMsg
=
'儲值渠道維護中'
;
if
(
sessionStorage
.
lang
!=
2
){
mMsg
=
'Recharge channel maintenance'
}
layer
.
msg
(
mMsg
)
return
}
sessionStorage
.
pay
=
'GO_PAY'
;
sessionStorage
.
payType
=
'227'
;
if
(
sessionStorage
.
uid
!=
undefined
)
window
.
location
.
href
=
'https://firefly.live/footseen/phonepay/newgopay.html?uid='
+
sessionStorage
.
uid
+
'&token='
+
sessionStorage
.
token
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
mOsStr
+
'&os='
+
data
.
os
;
...
...
@@ -695,14 +681,7 @@
})
$
(
'.ovopay'
).
on
(
'click'
,
function
()
{
if
(
sessionStorage
.
uid
!=
'101701'
){
let
mMsg
=
'儲值渠道維護中'
;
if
(
sessionStorage
.
lang
!=
2
){
mMsg
=
'Recharge channel maintenance'
}
layer
.
msg
(
mMsg
)
return
}
sessionStorage
.
pay
=
'OVO_PAY'
;
sessionStorage
.
payType
=
'230'
;
if
(
sessionStorage
.
uid
!=
undefined
)
window
.
location
.
href
=
'https://firefly.live/footseen/phonepay/ovopay.html?uid='
+
sessionStorage
.
uid
+
'&token='
+
sessionStorage
.
token
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&cidStr='
+
sessionStorage
.
cidStr
+
'&osStr='
+
mOsStr
+
'&os='
+
data
.
os
;
...
...
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