...
|
...
|
@@ -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']),
|
|
|
);
|
...
|
...
|
|