@@ -303,6 +303,7 @@ export default {
mer_id: +opt.merid, //商店id
combinationId: +opt.gid, //拼团商品id
productId: +opt.pid, //普通商品id
+ is_consumer: 0,
// type: obj.is_consumer == 1 ?1: 0
})
.then(function(e) {
@@ -537,6 +537,7 @@ export default {
uniqueId: obj.uniqueId, //商品标签
new: '1', //商品是否新增加到购物车1为不加入0为加入
mer_id: obj.shopId,
// type: 0,//0为余额支付 1为消费券支付 2为积分支付
};
if (obj.type == 2) {