Authored by zhangxiaoru

去除全球购的过滤

... ... @@ -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 (!(
... ...