Showing
1 changed file
with
1 additions
and
1 deletions
@@ -679,7 +679,7 @@ const getShopData = (shopId, channel, params, shopInfo) => { | @@ -679,7 +679,7 @@ const getShopData = (shopId, channel, params, shopInfo) => { | ||
679 | trendList.push({ | 679 | trendList.push({ |
680 | href: helpers.urlFormat(`/${articleList[i].id}.html`, '', 'guang'), | 680 | href: helpers.urlFormat(`/${articleList[i].id}.html`, '', 'guang'), |
681 | src: helpers.getForceSourceUrl(articleList[i].src) + | 681 | src: helpers.getForceSourceUrl(articleList[i].src) + |
682 | - '?imageView/1/w/{width}/h/{height}', | 682 | + '?imageView2/1/w/{width}/h/{height}', |
683 | mainTitle: articleList[i].title, | 683 | mainTitle: articleList[i].title, |
684 | Subtitle: articleList[i].intro | 684 | Subtitle: articleList[i].intro |
685 | }); | 685 | }); |
-
Please register or login to post a comment