Authored by yyq

color status

... ... @@ -91,7 +91,8 @@ exports.processProductList = (list, options) => {
goodsList.push({
images_url: goods.images_url,
color_name: goods.color_name,
url: proInfo.url
url: proInfo.url,
status: 1
});
}
});
... ...