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
Plain Diff
Browse Files
Authored by
yyq
9 years ago
Commit
8d6e5646ef9e7ada0b8c2e9d8a0ceb131dab2098
2 parents
f2f8b78c
af6b078d
Merge branch 'release/4.6' of git.yoho.cn:fe/YOHOBUYPC into release/4.6
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/Item.php
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Item.php
View file @
8d6e564
...
...
@@ -57,7 +57,7 @@ class ItemController extends WebAction
//导航
if
(
$productInfo
[
'goodsInfo'
][
'isOutlets'
]
===
'outlets'
)
{
$data
[
'detail'
][
'pathNav'
]
=
array
(
array
(
'href'
=>
'/'
,
'name'
=>
'OUTLET'
,
'pathTitle'
=>
'OUTLET'
),
// TODO 首页地址
array
(
'href'
=>
Helpers
::
url
(
'/product/outlets'
)
,
'name'
=>
'OUTLET'
,
'pathTitle'
=>
'OUTLET'
),
// TODO 首页地址
//array('href' => '/', 'name' => 'OUTLETS', 'pathTitle' => 'OUTLETS'), TODO 奥莱频道
array
(
'name'
=>
$productInfo
[
'goodsInfo'
][
'name'
],
'pathTitle'
=>
$productInfo
[
'goodsInfo'
][
'name'
]),
);
...
...
Please
register
or
login
to post a comment