Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
9 years ago
Commit
b5f34fb28e7ea0be57a9ee7bf2f6d366eccb2769
1 parent
2e858929
头部数据处理
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
web-static/img/sprite.header.png
web-static/sass/_header.css
yohobuy/www.yohobuy.com/application/models/Index/Home.php
web-static/img/sprite.header.png
View file @
b5f34fb
2.73 KB
|
W:
|
H:
2.84 KB
|
W:
|
H:
2-up
Swipe
Onion skin
web-static/sass/_header.css
View file @
b5f34fb
...
...
@@ -533,6 +533,10 @@
}
}
.outlets
>
.sub-nav-wrapper
{
display
:
block
!important
;
}
.name-cn
{
text-align
:
center
;
line-height
:
16px
!important
;
...
...
yohobuy/www.yohobuy.com/application/models/Index/Home.php
View file @
b5f34fb
...
...
@@ -92,7 +92,9 @@ class HomeModel
// 'subnav' => array()
);
if
(
strtolower
(
$val
[
'sort_name_en'
])
===
'outlets'
)
{
// 奥莱头部显示配置图标
if
(
strtolower
(
$val
[
'sort_name_en'
])
===
'outlets'
&&
$channel
!==
'outlets'
)
{
$item
[
'showIcon'
]
=
true
;
};
...
...
Please
register
or
login
to post a comment