Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
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
47a97fec
authored
Aug 19, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
81ffd120
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
17 deletions
index.html
reg/index.html
index.html
View file @
47a97fec
...
...
@@ -19,6 +19,7 @@
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
(){
dataLayer
.
push
(
arguments
);}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'G-QT401FZZ2K'
);
</script>
<script>
...
...
reg/index.html
View file @
47a97fec
...
...
@@ -571,29 +571,29 @@ $(function(){
}
break
;
case
"GLOCASH_PAY"
:
if
(
flag
)
{
$
.
ajax
({
url
:
"https://webserver.yabolive.net/pay/toGloCashPay.html"
,
type
:
"POST"
,
data
:
{
uid
:
regUid
,
country
:
'86'
,
rid
:
sessionStorage
.
rid
,
amount
:
sessionStorage
.
money
,
if
(
flag
)
{
$
.
ajax
({
url
:
"https://webserver.yabolive.net/pay/toGloCashPay.html"
,
type
:
"POST"
,
data
:
{
uid
:
regUid
,
country
:
'86'
,
rid
:
sessionStorage
.
rid
,
amount
:
sessionStorage
.
money
,
returnUrl
:
'https://firefly.live/h5pay/phonepay/paySuccess.html?lang=2'
,
failureUrl
:
'https://firefly.live/h5pay/phonepay/payFail.html?lang=2'
,
email
:
sessionStorage
.
email
||
''
,
product
:
"賬戶儲值"
,
payType
:
sessionStorage
.
pay
,
failureUrl
:
'https://firefly.live/h5pay/phonepay/payFail.html?lang=2'
,
email
:
sessionStorage
.
email
||
''
,
product
:
"賬戶儲值"
,
payType
:
sessionStorage
.
pay
,
os
:
'pc_web'
,
cid
:
'Web_footseen'
,
vest
:
0
,
lang
:
2
,
},
success
:
function
(
res
)
{
},
success
:
function
(
res
)
{
var
_self
=
$
(
this
)
if
(
res
.
code
==
1
)
{
// window.location.href = res.url;
if
(
res
.
code
==
1
)
{
// window.location.href = res.url;
window
.
location
.
href
=
'https://firefly.live/footseenPay/index.html?goUrl='
+
_self
[
0
].
url
}
else
{
layer
.
msg
(
res
.
msg
);
...
...
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