Showing
1 changed file
with
2 additions
and
2 deletions
@@ -57,9 +57,9 @@ class ItemController extends WebAction | @@ -57,9 +57,9 @@ 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' => 'OUTLETS', 'pathTitle' => 'OUTLETS'),// TODO 首页地址 | 60 | + array('href' => '/', 'name' => 'OUTLET', 'pathTitle' => 'OUTLET'),// TODO 首页地址 |
61 | //array('href' => '/', 'name' => 'OUTLETS', 'pathTitle' => 'OUTLETS'), TODO 奥莱频道 | 61 | //array('href' => '/', 'name' => 'OUTLETS', 'pathTitle' => 'OUTLETS'), TODO 奥莱频道 |
62 | - array('href' => '/', 'name' => $productInfo['goodsInfo']['name'], 'pathTitle' => $productInfo['goodsInfo']['name']), | 62 | + array('name' => $productInfo['goodsInfo']['name'], 'pathTitle' => $productInfo['goodsInfo']['name']), |
63 | ); | 63 | ); |
64 | } else { | 64 | } else { |
65 | $data['detail']['pathNav'] = array_merge( | 65 | $data['detail']['pathNav'] = array_merge( |
-
Please register or login to post a comment