Merge branch 'temp' of git.dev.yoho.cn:web/yohobuy into temp
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -359,7 +359,7 @@ class Helpers | @@ -359,7 +359,7 @@ class Helpers | ||
359 | $result['classification'] = $articleData['category_name']; | 359 | $result['classification'] = $articleData['category_name']; |
360 | $result['isReco'] = $articleData['is_recommended'] ? true : false; | 360 | $result['isReco'] = $articleData['is_recommended'] ? true : false; |
361 | $result['url'] = $isApp ? $articleData['url'] : self::url('/'.$articleData['id'].'.html', array(), 'guang'); | 361 | $result['url'] = $isApp ? $articleData['url'] : self::url('/'.$articleData['id'].'.html', array(), 'guang'); |
362 | - $result['img'] = self::getImageUrl($articleData['src'], $width, $height); | 362 | + $result['img'] = self::getImageUrl($articleData['src'], $width, $height, 1); |
363 | $result['isSquareImg'] = $isSquareImage; | 363 | $result['isSquareImg'] = $isSquareImage; |
364 | $result['title'] = $articleData['title']; | 364 | $result['title'] = $articleData['title']; |
365 | if(empty($articleData['author'])){ | 365 | if(empty($articleData['author'])){ |
-
Please register or login to post a comment