Authored by 邱骏

购物车结算时选择预售商品给予提示

... ... @@ -282,7 +282,6 @@ const selectProduct = (req, res, next) => {
req.ctx(service).selectGoods(uid, productId, shoppingKey, hasPromotion, cartDelList)
.then(ret => {
console.log(ret);
res.send(ret);
}).catch(next);
};
... ...