This website requires JavaScript.
Explore
Help
Register
Sign In
shuizhi
/
admin
Watch
2
Star
0
Fork
You've already forked admin
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fd447e42bb
admin
/
static
/
yunshop
/
dist
/
js
/
common.js
10 lines
112 B
JavaScript
Raw
Blame
History
loadShow
=
function
(
)
{
$
(
"#loading"
)
.
show
(
)
;
}
loadFadeOut
=
function
(
)
{
$
(
"#loading"
)
.
fadeOut
(
500
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink