Showing
1 changed file
with
1 additions
and
1 deletions
@@ -75,7 +75,7 @@ class ShopModel | @@ -75,7 +75,7 @@ class ShopModel | ||
75 | } | 75 | } |
76 | } | 76 | } |
77 | 77 | ||
78 | - $sknProList = SearchData::searchAll(array('query' => join(',', array_unique($sknList)))); | 78 | + $sknProList = SearchData::searchAll(array('query' => join(',', array_unique($sknList)), 'viewNum' => 20)); |
79 | 79 | ||
80 | if (isset($sknProList['data']['product_list']) && !empty($sknProList['data']['product_list'])) { | 80 | if (isset($sknProList['data']['product_list']) && !empty($sknProList['data']['product_list'])) { |
81 | $coverList = array(); | 81 | $coverList = array(); |
-
Please register or login to post a comment