...
|
...
|
@@ -63,7 +63,7 @@ ListData.prototype.getListData = function(page) { |
|
|
self.opt.stopLoading = false;
|
|
|
|
|
|
if (data === '') {
|
|
|
if (self.opt.noResult) {
|
|
|
if (self.opt.noResult && self.opt.page === 1) {
|
|
|
$('.no-result').show();
|
|
|
}
|
|
|
self.opt.stopLoading = true;
|
...
|
...
|
|