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
30ec3ed3
authored
Jun 30, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
2a8ffeb1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
yazhaiTest/lib/login.js
yazhaiTest/search/index.html
yazhaiTest/lib/login.js
View file @
30ec3ed3
...
@@ -968,7 +968,7 @@ function loginGo(){
...
@@ -968,7 +968,7 @@ function loginGo(){
layer
.
msg
(
"重置成功,請從新登錄"
)
layer
.
msg
(
"重置成功,請從新登錄"
)
setTimeout
(
function
()
{
setTimeout
(
function
()
{
window
.
location
.
reload
()
loginLayer
()
},
1000
);
},
1000
);
}
}
})
})
...
...
yazhaiTest/search/index.html
View file @
30ec3ed3
...
@@ -205,6 +205,12 @@ $(function(){
...
@@ -205,6 +205,12 @@ $(function(){
noUser
=
true
;
noUser
=
true
;
return
;
return
;
}
}
if
(
data
.
code
==-
20062
){
setTimeout
(
function
(){
searchGoUser
(
e
,
pageNum
,
asyncFlag
)
},
500
)
return
;
}
for
(
var
i
=
0
;
i
<
data
.
data
.
length
;
i
++
){
for
(
var
i
=
0
;
i
<
data
.
data
.
length
;
i
++
){
var
list
=
data
.
data
[
i
];
var
list
=
data
.
data
[
i
];
html
+=
'
<
li
>
';
html
+=
'
<
li
>
';
...
...
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