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
f589772b
authored
Sep 12, 2023
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
440ff0c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
10 deletions
mobile/index.html
reg/index.html
mobile/index.html
View file @
f589772b
...
...
@@ -397,7 +397,6 @@
<div
style=
"bottom: 1.45rem;"
class=
"right-list-box right-list-box-language"
>
語言
<span>
繁體中文
</span></div>
<div
class=
"right-list-box right-list-box-ref2"
>
刷新
</div>
</div>
</div>
</body>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
...
...
@@ -408,10 +407,8 @@
<!-- <script src="lib/mobileLoginLang.js"></script> -->
<!-- <script src="index.js" defer></script> -->
<!-- <link rel="manifest" href="manifest.webmanifest" /> -->
<script>
$
(
function
(){
if
(
sessionStorage
.
pmt
==
12266
||
sessionStorage
.
pmt
==
12267
){
$
(
".top-box-ul li"
).
eq
(
1
).
hide
()
}
...
...
reg/index.html
View file @
f589772b
...
...
@@ -95,7 +95,7 @@
</div>
<div
class=
"reg-title langTxt8"
>
儲值方式
</div>
<ul
class=
"reg-ul clearfix"
>
<
!-- <li data-type="GLOCASH_PAY"><img class="click-icon" src="images/click.png" alt=""><img class="pay-icon" src="images/play1.png" alt=""></li> --
>
<
li
data-type=
"PAYERMAX_PAY"
><img
class=
"click-icon"
src=
"images/click.png"
alt=
""
><img
class=
"pay-icon"
src=
"images/play1.png"
alt=
""
></li
>
<li
data-type=
"PAYMENTWALL"
><img
class=
"click-icon"
src=
"images/click.png"
alt=
""
><img
class=
"pay-icon"
src=
"images/play1.png"
alt=
""
></li>
<li
data-type=
"ALIPAY"
><img
class=
"click-icon"
src=
"images/click.png"
alt=
""
><img
class=
"pay-icon"
src=
"images/play3.png"
alt=
""
></li>
<li
data-type=
"WECHATPAY"
><img
class=
"click-icon"
src=
"images/click.png"
alt=
""
><img
class=
"pay-icon"
src=
"images/play4.png"
alt=
""
></li>
...
...
@@ -334,7 +334,7 @@ $(function(){
})
$
(
".reg-ul li"
).
on
(
"click"
,
function
(){
var
_self
=
$
(
this
)
if
(
_self
.
attr
(
"data-type"
)
==
'
GLOCASH
_PAY'
){
if
(
_self
.
attr
(
"data-type"
)
==
'
PAYERMAX
_PAY'
){
if
(
regUid
==
0
){
layer
.
msg
(
langList
[
sessionStorage
.
lang
].
reg28
)
return
;
...
...
@@ -375,7 +375,7 @@ $(function(){
if
(
sessionStorage
.
pay
==
'PAYMENTWALL'
){
getPaymentWall
()
}
if
(
sessionStorage
.
pay
==
'
GLOCASH
_PAY'
){
if
(
sessionStorage
.
pay
==
'
PAYERMAX
_PAY'
){
getGlocash
()
}
...
...
@@ -529,7 +529,7 @@ $(function(){
return
false
;
}
$
.
ajax
({
url
:
"https://webserver.yabolive.net/pay/to
GloCashPay
.html"
,
url
:
"https://webserver.yabolive.net/pay/to
Payermax
.html"
,
data
:
{
uid
:
regUid
,
country
:
'86'
,
...
...
@@ -634,10 +634,10 @@ $(function(){
}
}
break
;
case
"
GLOCASH
_PAY"
:
case
"
PAYERMAX
_PAY"
:
if
(
flag
)
{
$
.
ajax
({
url
:
"https://webserver.yabolive.net/pay/to
GloCashPay
.html"
,
url
:
"https://webserver.yabolive.net/pay/to
Payermax
.html"
,
type
:
"POST"
,
data
:
{
uid
:
regUid
,
...
...
@@ -667,7 +667,7 @@ $(function(){
}
else
{
$
(
".reg-content"
).
hide
()
$
(
".reg-information"
).
show
()
if
(
sessionStorage
.
pay
==
"
GLOCASH
_PAY"
){
if
(
sessionStorage
.
pay
==
"
PAYERMAX
_PAY"
){
$
(
".information-name-box"
).
hide
()
$
(
".information-phone-box"
).
hide
()
}
...
...
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