Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
11f537cb8515a54f631617e78676cf991e35aaf3
1 parent
45f24d20
shop data viewNum 20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/models/Product/Shop.php
yohobuy/www.yohobuy.com/application/models/Product/Shop.php
View file @
11f537c
...
...
@@ -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
();
...
...
Please
register
or
login
to post a comment