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-10-11 17:22:11 +0800
Commit
50432e25e84c74e5718d5347970f043ad077c0c1
1 parent
bc83eb62
1.头部code!=200返回回空数据,2.hbs中action加一层brands防止命名冲突
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
apps/brands/models/brands-model.js
apps/brands/models/brands-model.js
View file @
50432e2
...
...
@@ -93,6 +93,7 @@ const getBrandViewTop = channel => {
if
(
res
.
code
!==
200
)
{
return
result
;
}
// 头部10个品牌小图块 url
if
(
res
.
data
[
1
].
data
&&
res
.
data
[
1
].
data
.
list
)
{
_
.
forEach
(
res
.
data
[
1
].
data
.
list
,
subValue
=>
{
...
...
Please
register
or
login
to post a comment