|
@@ -303,6 +303,7 @@ export default {
|
|
|
mer_id: +opt.merid, //商店id
|
|
mer_id: +opt.merid, //商店id
|
|
|
combinationId: +opt.gid, //拼团商品id
|
|
combinationId: +opt.gid, //拼团商品id
|
|
|
productId: +opt.pid, //普通商品id
|
|
productId: +opt.pid, //普通商品id
|
|
|
|
|
+ is_consumer: 0,
|
|
|
// type: obj.is_consumer == 1 ?1: 0
|
|
// type: obj.is_consumer == 1 ?1: 0
|
|
|
})
|
|
})
|
|
|
.then(function(e) {
|
|
.then(function(e) {
|