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
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2016-10-11 15:09:04 +0800
Commit
20bafede788172ebc7f73af4b1fb9097d206a51d
2 parents
633d2d09
e458f4f0
Merge remote-tracking branch 'origin/hotfix/product'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
utils/product-process.js
utils/product-process.js
View file @
20bafed
...
...
@@ -91,7 +91,7 @@ exports.processProductList = (list, options) => {
_
.
forEach
(
list
,
(
product
)
=>
{
// 商品信息有问题,则不显示
if
(
!
product
.
productId
||
!
product
.
goodsList
||
product
.
goodsList
.
length
===
0
)
{
if
(
!
product
||
!
product
.
productId
||
!
product
.
goodsList
||
product
.
goodsList
.
length
===
0
)
{
return
;
}
...
...
Please
register
or
login
to post a comment