Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
9 years ago
Commit
f82fc3c70e3555e9e27731a142c4abac1699ed93
1 parent
df7dba54
Merge branch release/1.0 of
http://git.yoho.cn/fe/yoho-blk
into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/models/header.js
doraemon/models/header.js
View file @
f82fc3c
...
...
@@ -137,7 +137,7 @@ const getSubNav = (data, type) => {
cn
:
item
.
sort_name
,
en
:
item
.
sort_name_en
,
isHot
:
item
.
is_hot
===
'Y'
,
isNew
:
item
.
is_new
===
'Y'
,
isNew
:
item
.
is_new
===
'Y'
};
if
(
item
.
sub
)
{
...
...
Please
register
or
login
to post a comment