Authored by htoooth

add image view 2

... ... @@ -679,7 +679,7 @@ const getShopData = (shopId, channel, params, shopInfo) => {
trendList.push({
href: helpers.urlFormat(`/${articleList[i].id}.html`, '', 'guang'),
src: helpers.getForceSourceUrl(articleList[i].src) +
'?imageView/1/w/{width}/h/{height}',
'?imageView2/1/w/{width}/h/{height}',
mainTitle: articleList[i].title,
Subtitle: articleList[i].intro
});
... ...