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
王水玲
9 years ago
Commit
058f73b3de3f905599afa0e2fa2e17ddc38bb342
1 parent
7185c76a
有货分期
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 @
058f73b
...
...
@@ -91,7 +91,7 @@ exports.processProductList = (list, options) => {
_
.
forEach
(
list
,
(
product
)
=>
{
// 商品信息有问题,则不显示
if
(
!
product
.
productId
||
!
product
.
goodsList
.
length
)
{
if
(
!
product
.
productId
||
!
product
.
goodsList
||
!
product
.
goodsList
.
length
)
{
return
;
}
...
...
Please
register
or
login
to post a comment