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
b32b99bb
authored
8 months ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg
parent
742e2faf
master
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
footseen/phonepay/applepay.html
footseen/phonepay/applepay.html
View file @
b32b99bb
...
@@ -466,6 +466,8 @@
...
@@ -466,6 +466,8 @@
$
(
".box2-content"
).
html
(
html
)
$
(
".box2-content"
).
html
(
html
)
$
(
".pay-click-box"
).
unbind
(
"click"
).
on
(
"click"
,
function
()
{
$
(
".pay-click-box"
).
unbind
(
"click"
).
on
(
"click"
,
function
()
{
var
_self
=
$
(
this
)
var
_self
=
$
(
this
)
_self
.
addClass
(
"pay-click-box-in"
)
sessionStorage
.
pay
=
_self
.
attr
(
"data-type"
)
if
(
_self
.
hasClass
(
"pay-click-box-in"
))
return
;
if
(
_self
.
hasClass
(
"pay-click-box-in"
))
return
;
$
(
".pay-click-box"
).
removeClass
(
"pay-click-box-in"
)
$
(
".pay-click-box"
).
removeClass
(
"pay-click-box-in"
)
if
(
_self
.
attr
(
'data-type'
)
==
'LINE_PAY'
)
{
if
(
_self
.
attr
(
'data-type'
)
==
'LINE_PAY'
)
{
...
@@ -473,10 +475,6 @@
...
@@ -473,10 +475,6 @@
}
else
if
(
_self
.
attr
(
'data-type'
)
==
'TW_PAY'
){
}
else
if
(
_self
.
attr
(
'data-type'
)
==
'TW_PAY'
){
window
.
location
.
href
=
'https://firefly.live/footseen/phonepay/visapay.html?uid='
+
localStorage
.
uid
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&cidStr='
+
sessionStorage
.
cidStr
window
.
location
.
href
=
'https://firefly.live/footseen/phonepay/visapay.html?uid='
+
localStorage
.
uid
+
'&lang='
+
sessionStorage
.
lang
+
'&pay='
+
sessionStorage
.
pay
+
'&cidStr='
+
sessionStorage
.
cidStr
}
}
_self
.
addClass
(
"pay-click-box-in"
)
sessionStorage
.
pay
=
_self
.
attr
(
"data-type"
)
getRecharge
(
_self
.
attr
(
"data-type"
),
_self
.
attr
(
"data-type2"
))
getRecharge
(
_self
.
attr
(
"data-type"
),
_self
.
attr
(
"data-type2"
))
})
})
}
}
...
...
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