Authored by runner

product-process update

... ... @@ -43,8 +43,8 @@ exports.processProductList = (list, options) => {
return;
}
//如果库存为0,显示已抢完
if (product.storageNum === 0){
// 如果库存为0,显示已抢完
if (product.storageNum === 0) {
product.noStorage = true;
}
... ...