Authored by 周少峰

Merge branch 'hotfix/shopCover'

This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
... ... @@ -75,7 +75,7 @@ class ShopModel
}
}
$sknProList = SearchData::searchAll(array('query' => join(',', array_unique($sknList))));
$sknProList = SearchData::searchAll(array('query' => join(',', array_unique($sknList)), 'viewNum' => 20));
if (isset($sknProList['data']['product_list']) && !empty($sknProList['data']['product_list'])) {
$coverList = array();
... ...