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
htoooth
2017-03-13 19:20:05 +0800
Commit
9a1680634b5f03b201b78f1aa5c6c1e3ac7af19d
1 parent
45e2267e
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/detail-service.js
apps/product/models/detail-service.js
View file @
9a16806
...
...
@@ -1319,7 +1319,7 @@ const _detailDataPkg = (origin, uid, vipLevel, cookies) => {
}
// 量贩商品
if
(
bundle
)
{
if
(
bundle
&&
!
_
.
isEmpty
(
_
.
get
(
bundle
,
'data'
,
{}))
)
{
result
.
bundle
=
_getBundleAsync
(
bundle
);
result
.
activity
.
unshift
({
...
...
Please
register
or
login
to post a comment