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
e7a64023
authored
8 months ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg
parent
4af7ed52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
2 deletions
footseen/phonepay/applepay.html
footseen/phonepay/applepay.html
View file @
e7a64023
...
@@ -146,6 +146,24 @@
...
@@ -146,6 +146,24 @@
getUserInfo
()
getUserInfo
()
$
.
ajax
({
url
:
$ip
+
'/stat/toRecharge.html'
,
type
:
"post"
,
data
:
{
os
:
"h5"
,
cid
:
rechargeCid
,
lang
:
sessionStorage
.
lang
,
uid
:
sessionStorage
.
uid
,
appversion
:
sessionStorage
.
appversion
,
driverid
:
pwd
,
token
:
sessionStorage
.
kkk
},
success
:
function
(
res
)
{
}
});
$
(
".newReg1"
).
text
(
langList
[
langType
].
newReg1
)
$
(
".newReg1"
).
text
(
langList
[
langType
].
newReg1
)
$
(
".newReg2"
).
text
(
langList
[
langType
].
newReg2
)
$
(
".newReg2"
).
text
(
langList
[
langType
].
newReg2
)
$
(
".newReg3"
).
text
(
langList
[
langType
].
newReg3
)
$
(
".newReg3"
).
text
(
langList
[
langType
].
newReg3
)
...
@@ -333,7 +351,7 @@
...
@@ -333,7 +351,7 @@
token
:
localStorage
.
token
token
:
localStorage
.
token
},
},
success
:
function
(
data
)
{
success
:
function
(
data
)
{
if
(
data
.
code
==
1
)
{
if
(
data
.
code
==
1
)
{
$
(
".login-in-num"
).
text
(
data
.
data
.
diamond
)
$
(
".login-in-num"
).
text
(
data
.
data
.
diamond
)
}
}
}
}
...
@@ -479,7 +497,7 @@
...
@@ -479,7 +497,7 @@
//在firefly域名下才有用
//在firefly域名下才有用
if
(
_self
.
attr
(
'data-type'
)
==
'LINE_PAY'
)
{
if
(
_self
.
attr
(
'data-type'
)
==
'LINE_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
;
}
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
}
}
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