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
5d526951e25881cfb214fc763023886fd8b30b85
1 parent
ff6e98d7
camel个人中心
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/brand/models/brand.js
apps/brand/models/brand.js
View file @
5d52695
...
...
@@ -118,7 +118,7 @@ const _getBreakingSort = (channel, gender, appType) => {
app_type
:
appType
,
method
:
'app.brand.newBrandList'
}).
then
((
result
)
=>
{
if
(
result
&&
result
.
code
===
200
)
{
if
(
result
&&
result
.
code
===
200
)
{
return
_processListData
(
result
);
}
else
{
logger
.
error
(
'The data of brand resources return code is not 200'
);
...
...
Please
register
or
login
to post a comment