Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Rock Zhang
2015-12-01 18:27:34 +0800
Commit
3a29838a07234d7efc3fe0ef5356c93251382ab7
1 parent
91480435
去掉品牌一览页面中的调试信息
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/models/Category/Brand.php
yohobuy/m.yohobuy.com/application/modules/Category/controllers/Brand.php
yohobuy/m.yohobuy.com/application/models/Category/Brand.php
View file @
3a29838
...
...
@@ -52,7 +52,7 @@ class BrandModel
$brand
=
BrandData
::
package
(
self
::
CODE_TOPPOS_LIFESTYLE
,
4
);
break
;
}
var_dump
(
$brand
);
exit
;
// 模板中的使用JS标识
$result
[
'brandPage'
]
=
true
;
// 是否显示app下载浮层标识
...
...
yohobuy/m.yohobuy.com/application/modules/Category/controllers/Brand.php
View file @
3a29838
...
...
@@ -41,7 +41,6 @@ class BrandController extends AbstractAction
}
// 渲染模板
print_r
(
Category\BrandModel
::
getBrandByChannel
(
$channel
));
$this
->
_view
->
display
(
'index'
,
Category\BrandModel
::
getBrandByChannel
(
$channel
));
}
...
...
Please
register
or
login
to post a comment