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
hongweigao
2016-09-30 17:32:03 +0800
Commit
ba4f4c109004cd2a341006701436e957205d736c
1 parent
96e55396
品牌悬浮
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/brands/models/brands-model.js
apps/brands/models/brands-model.js
View file @
ba4f4c1
...
...
@@ -172,8 +172,8 @@ const getBrandViewList = (channel, start, length) => {
href
:
href
};
if
(
ssubValue
.
is_hot
===
'Y'
)
{
brandItem
.
hot
=
'hot'
if
(
ssubValue
.
is_hot
===
'Y'
)
{
brandItem
.
hot
=
'hot'
;
}
listTmp
.
push
(
brandItem
);
...
...
Please
register
or
login
to post a comment