Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李靖
2017-07-13 19:12:34 +0800
Commit
e451a92045c67e8050fe735b52a39d112cf800c3
1 parent
22087ec3
修改限制数量
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
utils/product-process.js
utils/product-process.js
View file @
e451a92
...
...
@@ -473,8 +473,6 @@ exports.processSkusInfo = (origin) => {
dest
.
defaultThumb
=
helpers
.
image
(
_
.
get
(
dest
,
'skus[0].thumb'
,
''
),
300
,
395
);
console
.
log
(
dest
.
skus
);
return
dest
;
};
...
...
Please
register
or
login
to post a comment