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
2060a314
authored
Jun 28, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
cf1add78
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
yazhaiTest/pc.html
yazhaiTest/reg/index.html
yazhaiTest/pc.html
View file @
2060a314
...
@@ -390,7 +390,7 @@ $(function(){
...
@@ -390,7 +390,7 @@ $(function(){
layzImg
()
layzImg
()
},
200
);
},
200
);
}
}
if
(
$
(
document
).
height
()
-
$
(
document
).
scrollTop
()
-
$
(
window
).
height
()
<=
2
0
){
if
(
$
(
document
).
height
()
-
$
(
document
).
scrollTop
()
-
$
(
window
).
height
()
<=
3
0
){
if
(
scrollOk
==
false
)
return
;
if
(
scrollOk
==
false
)
return
;
scrollOk
=
false
scrollOk
=
false
pageNumber
+=
1
pageNumber
+=
1
...
...
yazhaiTest/reg/index.html
View file @
2060a314
...
@@ -155,6 +155,8 @@ $(function(){
...
@@ -155,6 +155,8 @@ $(function(){
var
regUid
=
0
var
regUid
=
0
var
flag
var
flag
var
go
=
false
;
var
go
=
false
;
sessionStorage
.
money
=
0
sessionStorage
.
rid
=
0
loginGo
()
loginGo
()
$
(
".reg-li"
).
addClass
(
"neck-nav-li-click"
)
$
(
".reg-li"
).
addClass
(
"neck-nav-li-click"
)
var
f1
=
setInterval
(
function
()
{
var
f1
=
setInterval
(
function
()
{
...
@@ -264,6 +266,8 @@ $(function(){
...
@@ -264,6 +266,8 @@ $(function(){
}
}
getUserInfo
(
regUid
)
getUserInfo
(
regUid
)
}
}
sessionStorage
.
money
=
0
sessionStorage
.
rid
=
0
$
(
".reg-ul li"
).
removeClass
(
"reg-li-click"
)
$
(
".reg-ul li"
).
removeClass
(
"reg-li-click"
)
_self
.
addClass
(
"reg-li-click"
)
_self
.
addClass
(
"reg-li-click"
)
if
(
_self
.
attr
(
"data-type"
)
!=
'GASHP99PAY'
)
getRecharge
(
_self
.
attr
(
"data-type"
))
if
(
_self
.
attr
(
"data-type"
)
!=
'GASHP99PAY'
)
getRecharge
(
_self
.
attr
(
"data-type"
))
...
@@ -295,6 +299,10 @@ $(function(){
...
@@ -295,6 +299,10 @@ $(function(){
})
})
$
(
".reg-next-btn"
).
on
(
"click"
,
function
(){
$
(
".reg-next-btn"
).
on
(
"click"
,
function
(){
if
(
sessionStorage
.
money
==
0
){
layer
.
msg
(
"請選擇您的儲值金額"
)
return
;
}
if
(
regUid
==
0
){
if
(
regUid
==
0
){
layer
.
msg
(
"請輸入您的footseen ID"
)
layer
.
msg
(
"請輸入您的footseen ID"
)
return
;
return
;
...
...
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