Authored by yyq

Merge branch 'release/4.6' of git.yoho.cn:fe/YOHOBUYPC into release/4.6

@@ -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 );