Authored by yyq

fix

... ... @@ -648,7 +648,7 @@ exports.getShopArticleByBrandsAsync = (brands) => {
'?imageView2/1/w/{width}/h/{height}',
mainTitle: value.title,
Subtitle: value.intro
}
};
})
};
}
... ...
... ... @@ -204,7 +204,7 @@ $(window).on('scroll', function() {
// 获取店铺推荐文章
(function() {
var $trendInfo = $('.trend-info')
var $trendInfo = $('.trend-info');
var brands = $trendInfo.data('brands');
if (brands) {
... ...