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
hf
2016-03-17 21:04:35 +0800
Commit
5af1f0d8ea34cae0fbe92b555bd0d253847e8719
1 parent
cc7d3d7b
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
2 additions
and
0 deletions
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Index.php
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Index.php
View file @
5af1f0d
...
...
@@ -41,6 +41,8 @@ class IndexController extends WebAction
//品牌系列参数
$condition
[
'folder_id'
]
=
$this
->
get
(
'folder_id'
);
// 品牌型类
$condition
[
'series'
]
=
$this
->
get
(
'series'
);
//$options参数数组
$options
=
array
();
...
...
Please
register
or
login
to post a comment