Authored by biao

修复代码检查的问题

... ... @@ -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');
}
... ...