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
7 years ago
Commit
3e6e08c303578b9a3bc5b29e5d8af304405ce234
1 parent
99c92ce8
lint
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
apps/product/models/shop-service.js
apps/product/models/shop-service.js
View file @
3e6e08c
...
...
@@ -233,9 +233,9 @@ function _getBaseShopData(channel, params, shopInfo) {
let
resData
=
{
shopId
:
shopId
,
brand
:
Object
.
assign
({
brandShopAd
:
true
,
pageIntro
:
_
.
truncate
(
pageIntro
,
{
length
:
300
,
omission
:
more
})
},
searchHandler
.
handlePathNavData
({
brandName
:
shopName
},
params
,
'shop'
,
channel
)),
brandShopAd
:
true
,
pageIntro
:
_
.
truncate
(
pageIntro
,
{
length
:
300
,
omission
:
more
})
},
searchHandler
.
handlePathNavData
({
brandName
:
shopName
},
params
,
'shop'
,
channel
)),
};
Object
.
assign
(
resData
,
...
...
Please
register
or
login
to post a comment