Authored by Rock Zhang

Merge branch 'temp' of git.dev.yoho.cn:web/yohobuy into temp

... ... @@ -359,7 +359,7 @@ class Helpers
$result['classification'] = $articleData['category_name'];
$result['isReco'] = $articleData['is_recommended'] ? true : false;
$result['url'] = $isApp ? $articleData['url'] : self::url('/'.$articleData['id'].'.html', array(), 'guang');
$result['img'] = self::getImageUrl($articleData['src'], $width, $height);
$result['img'] = self::getImageUrl($articleData['src'], $width, $height, 1);
$result['isSquareImg'] = $isSquareImage;
$result['title'] = $articleData['title'];
if(empty($articleData['author'])){
... ...