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
8 years ago
Commit
ce6e74efae00269c6fb2ebaef8c6df252274cac3
1 parent
0209addf
fix css
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
apps/product/models/detail-service.js
apps/product/models/detail-service.js
View file @
ce6e74e
...
...
@@ -1388,6 +1388,12 @@ const _detailDataPkg = (origin, uid, vipLevel, cookies) => {
_
.
each
(
result
.
colors
,
(
color
)
=>
{
color
.
disable
=
!
Fn
.
any
(
isSelling
)(
color
.
size
);
});
}
else
{
// 普通商品
result
.
bundle
=
{
count
:
1
,
type
:
0
};
}
// 电子票
...
...
Please
register
or
login
to post a comment