Showing
5 changed files
with
1 additions
and
1 deletions
@@ -63,7 +63,7 @@ ListData.prototype.getListData = function(page) { | @@ -63,7 +63,7 @@ ListData.prototype.getListData = function(page) { | ||
63 | self.opt.stopLoading = false; | 63 | self.opt.stopLoading = false; |
64 | 64 | ||
65 | if (data === '') { | 65 | if (data === '') { |
66 | - if (self.opt.noResult) { | 66 | + if (self.opt.noResult && self.opt.page === 1) { |
67 | $('.no-result').show(); | 67 | $('.no-result').show(); |
68 | } | 68 | } |
69 | self.opt.stopLoading = true; | 69 | self.opt.stopLoading = true; |
-
Please register or login to post a comment