Authored by 郝肖肖

'筛选返回判断'

... ... @@ -199,7 +199,9 @@ class ProductListWithFilter {
success: (result) => {
this.dataRender(result);
cacheStore.set(catchKey, result);
if (result && result.length) {
cacheStore.set(catchKey, result);
}
},
error: () => {
let $divide = $('.search-divide');
... ...