Showing
3 changed files
with
7 additions
and
1 deletions
@@ -533,6 +533,10 @@ | @@ -533,6 +533,10 @@ | ||
533 | } | 533 | } |
534 | } | 534 | } |
535 | 535 | ||
536 | + .outlets > .sub-nav-wrapper { | ||
537 | + display: block !important; | ||
538 | + } | ||
539 | + | ||
536 | .name-cn { | 540 | .name-cn { |
537 | text-align: center; | 541 | text-align: center; |
538 | line-height: 16px !important; | 542 | line-height: 16px !important; |
@@ -92,7 +92,9 @@ class HomeModel | @@ -92,7 +92,9 @@ class HomeModel | ||
92 | // 'subnav' => array() | 92 | // 'subnav' => array() |
93 | ); | 93 | ); |
94 | 94 | ||
95 | - if (strtolower($val['sort_name_en']) === 'outlets') { | 95 | + // 奥莱头部显示配置图标 |
96 | + if (strtolower($val['sort_name_en']) === 'outlets' && | ||
97 | + $channel !== 'outlets') { | ||
96 | $item['showIcon'] = true; | 98 | $item['showIcon'] = true; |
97 | }; | 99 | }; |
98 | 100 |
-
Please register or login to post a comment