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
yyq
2016-10-17 17:28:04 +0800
Committed by
周少峰
2016-10-17 20:23:46 +0800
Commit
49574acdb929ce6316bf3caa2a7ffc6c0a1f16b4
1 parent
7a53155d
水牌重复显示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
apps/product/models/list.js
apps/product/models/list.js
View file @
49574ac
...
...
@@ -899,6 +899,7 @@ const getBaseShopData = (params, extra, channel, shopId) => {
_
.
unset
(
resData
,
'brand.brandBanner'
);
if
(
decorator
.
signboard
)
{
_
.
unset
(
resData
,
'brand.node'
);
_
.
set
(
resData
,
'brand.signboard'
,
decorator
.
signboard
);
}
}
...
...
Please
register
or
login
to post a comment