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
周少峰
2016-05-16 20:42:58 +0800
Commit
1f52d0a2a8bb97d1b29750b356771ea0225deade
2 parents
3543df09
6b6bf3ff
Merge branch 'release/4.4' of
http://git.dev.yoho.cn/web/yohobuywap
into release/4.4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Detail.php
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Detail.php
View file @
1f52d0a
...
...
@@ -48,7 +48,9 @@ class DetailController extends AbstractAction
if
(
isset
(
$data
[
'goodsName'
]))
{
$this
->
setTitle
(
$data
[
'goodsName'
]);
}
$this
->
setNavHeader
(
'商品详情'
);
if
(
!
$this
->
isApp
()){
$this
->
setNavHeader
(
'商品详情'
);
}
// 渲染模板
$this
->
_view
->
display
(
'index'
,
$data
);
}
...
...
Please
register
or
login
to post a comment