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
hf
2016-03-17 21:06:20 +0800
Commit
887ffd2f8fe9c0cd0da10e5a84f98925778525fd
1 parent
5af1f0d8
code review by fei.hong: do fixes bug to product brand shops show images
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Index.php
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Index.php
View file @
887ffd2
...
...
@@ -42,7 +42,7 @@ class IndexController extends WebAction
//品牌系列参数
$condition
[
'folder_id'
]
=
$this
->
get
(
'folder_id'
);
// 品牌型类
$condition
[
'series'
]
=
$this
->
get
(
'series'
);
$condition
[
'series
_id
'
]
=
$this
->
get
(
'series'
);
//$options参数数组
$options
=
array
();
...
...
Please
register
or
login
to post a comment