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-15 23:27:12 +0800
Commit
7cddf4cd4de420fe63bf67c244c004a8028c7e63
1 parent
3bcf6cd6
code review by fei.hong: do merge new sale list and search codes
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 @
7cddf4c
...
...
@@ -56,7 +56,7 @@ class IndexController extends WebAction
$options
[
'action'
]
=
'brand'
;
//说明当前方法名
//调用模型获得品牌页数据
$data
=
BrandsModel
::
getBrandSearchData
(
$condition
,
$options
);
$data
=
BrandsModel
::
getBrandSearchData
(
$condition
,
$options
);
var_dump
(
$data
);
$seo
=
$data
[
'seo'
];
$data
=
array
(
//初始化js
...
...
Please
register
or
login
to post a comment