Merge branch 'release/4.6' of git.yoho.cn:fe/YOHOBUYPC into release/4.6
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -57,7 +57,7 @@ class ItemController extends WebAction | @@ -57,7 +57,7 @@ class ItemController extends WebAction | ||
57 | //导航 | 57 | //导航 |
58 | if ($productInfo['goodsInfo']['isOutlets'] === 'outlets') { | 58 | if ($productInfo['goodsInfo']['isOutlets'] === 'outlets') { |
59 | $data['detail']['pathNav'] = array( | 59 | $data['detail']['pathNav'] = array( |
60 | - array('href' => '/', 'name' => 'OUTLET', 'pathTitle' => 'OUTLET'),// TODO 首页地址 | 60 | + array('href' => Helpers::url('/product/outlets'), 'name' => 'OUTLET', 'pathTitle' => 'OUTLET'),// TODO 首页地址 |
61 | //array('href' => '/', 'name' => 'OUTLETS', 'pathTitle' => 'OUTLETS'), TODO 奥莱频道 | 61 | //array('href' => '/', 'name' => 'OUTLETS', 'pathTitle' => 'OUTLETS'), TODO 奥莱频道 |
62 | array('name' => $productInfo['goodsInfo']['name'], 'pathTitle' => $productInfo['goodsInfo']['name']), | 62 | array('name' => $productInfo['goodsInfo']['name'], 'pathTitle' => $productInfo['goodsInfo']['name']), |
63 | ); | 63 | ); |
-
Please register or login to post a comment