...
|
...
|
@@ -298,8 +298,10 @@ const modifyProductNum = (req, res, next) => { |
|
|
let cartDelList = helper.getCartDelList(req, res);
|
|
|
let batchNo = req.body.batch_no || null;
|
|
|
let activityId = req.body.activity_id || null;
|
|
|
let poolType = (+req.body.pool_type) || null;
|
|
|
|
|
|
if (activityId) {
|
|
|
if (activityId && batchNo && poolType === 3) {
|
|
|
// 套餐商品计算
|
|
|
return req.ctx(service).bundleNumData({
|
|
|
uid: uid,
|
|
|
batch_no: batchNo,
|
...
|
...
|
|