Merge branch 'hotfix/shopCover'
Showing
5 changed files
with
1 additions
and
1 deletions
This diff could not be displayed because it is too large.
web-static/dist/yohobuy/4.9.13/index.css
0 → 100644
This diff could not be displayed because it is too large.
web-static/dist/yohobuy/4.9.13/index.js
0 → 100644
This diff could not be displayed because it is too large.
web-static/dist/yohobuy/4.9.13/lib.js
0 → 100644
This diff could not be displayed because it is too large.
@@ -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