Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
6a76455e1ee604a60d154b052e272950aa042dd0
1 parent
629089a6
修复代码检查的问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
static/js/me/fav.js
static/js/me/fav.js
View file @
6a76455
...
...
@@ -98,6 +98,7 @@ function loadData($parent, url, page) {
//处理data等于end时如果loadingMask存在且没有hide样式的情况
if
(
$loadingMask
&&
!
$loadingMask
.
hasClass
(
'hide'
))
{
$loadingMask
.
addClass
(
'hide'
);
//$parent.closest('.fav-type').find('.fav-null-box').removeClass('hide');
}
...
...
Please
register
or
login
to post a comment