Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
2016-05-17 21:11:25 +0800
Commit
fb29b4693a0aa2a76c83ab30d3c09cc92559b2b1
1 parent
77f046f3
update
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 @
fb29b46
...
...
@@ -32,7 +32,7 @@ const getChannelIndex = (type) => {
const
index
=
channelMap
[
type
];
return
typeof
index
===
'undefined'
?
0
:
index
;
return
_
.
isNil
(
index
)
?
0
:
index
;
};
/**
...
...
Please
register
or
login
to post a comment