...
|
...
|
@@ -110,8 +110,7 @@ class ProductListWithFilter { |
|
|
// 去掉正在加载
|
|
|
$('.search-divide').remove();
|
|
|
|
|
|
let noResult = result === {} ||
|
|
|
!result || !result.length ||
|
|
|
let noResult = !result || !result.length ||
|
|
|
result.length < 1 ||
|
|
|
(result.list && result.list.length < 1);
|
|
|
|
...
|
...
|
|