Showing
1 changed file
with
1 additions
and
1 deletions
@@ -90,7 +90,7 @@ | @@ -90,7 +90,7 @@ | ||
90 | title: result.shopName, | 90 | title: result.shopName, |
91 | des: shareSubTitle, | 91 | des: shareSubTitle, |
92 | url: shareUrl, | 92 | url: shareUrl, |
93 | - img: result.shopLogo ? result.shopLogo : '', | 93 | + img: result.shopLogo ? result.shopLogo.replace(/{width}/g, 120).replace(/{height}/g, 80) : '', |
94 | isBlkShop: result.isBlkShop, | 94 | isBlkShop: result.isBlkShop, |
95 | domain: locationQuery.domain, | 95 | domain: locationQuery.domain, |
96 | brandName: result.brandName, | 96 | brandName: result.brandName, |
-
Please register or login to post a comment