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
周少峰
9 years ago
Commit
af6b078d8deb6344c81ff21730cc3c1a2356fe59
1 parent
994d5698
outlets index url
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 @
af6b078
...
...
@@ -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