Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2016-06-03 15:08:12 +0800
Commit
b143df3f7415531203d94969c9a73e8f29e2df11
1 parent
e78e3dec
'全部商品的shop_id'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Product/List.php
yohobuy/m.yohobuy.com/application/models/Product/List.php
View file @
b143df3
...
...
@@ -371,7 +371,7 @@ class ListModel
array_push
(
$result
[
'category'
],
array
(
'subcategory'
=>
$item
[
'sub'
]));
}
$result
[
'allproduct'
]
=
Helpers
::
url
(
'/search/list'
,
array
(
'shop'
=>
$shop_id
,
'shop
_id
'
=>
$shop_id
,
));
return
$result
;
}
...
...
Please
register
or
login
to post a comment