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
zhangxiaoru
2017-04-11 17:45:44 +0800
Commit
43d8e57350bc34121dae81ab311fc964d9e071c6
1 parent
61ca4103
去除全球购的过滤
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
utils/product-process.js
utils/product-process.js
View file @
43d8e57
...
...
@@ -103,9 +103,9 @@ exports.processProductList = (list, options) => {
}
// H5 暂时不支持全球购商品,先过滤掉 2017.04.09
if
(
product
.
is_global
===
'Y'
)
{
return
;
}
// if (product.is_global === 'Y') {
// return;
// }
// 商品信息有问题,则不显示
if
(
!
(
...
...
Please
register
or
login
to post a comment