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
Plain Diff
Browse Files
Authored by
毕凯
8 years ago
Commit
ec77062c810f2848dd5435d177d7cb2d6b566656
2 parents
61fb377a
2557983f
Merge remote-tracking branch 'origin/hotfix/shopUI2'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/models/Product/List.php
yohobuy/m.yohobuy.com/application/models/Product/List.php
View file @
ec77062
...
...
@@ -380,7 +380,7 @@ class ListModel
$item
=
array
(
'category_name'
=>
'全部'
.
$categorys
[
'category_name'
],
'url'
=>
Helpers
::
url
(
'/search/list'
,
array
(
'shop'
=>
$shop_id
,
'shop
_id
'
=>
$shop_id
,
'sort'
=>
$categorys
[
'relation_parameter'
][
'sort'
],
'title'
=>
'全部'
.
$categorys
[
'category_name'
]
)),
...
...
@@ -389,7 +389,7 @@ class ListModel
foreach
(
$categorys
[
'sub'
]
as
&
$sub
)
{
$sub
[
'url'
]
=
Helpers
::
url
(
'/search/list'
,
array
(
'shop'
=>
$shop_id
,
'shop
_id
'
=>
$shop_id
,
'sort'
=>
$sub
[
'relation_parameter'
][
'sort'
],
'title'
=>
$sub
[
'category_name'
]
));
...
...
Please
register
or
login
to post a comment