商品详情和购物车跳转到结算页面时传入商品分类编号,以便查询可用优惠券
parent
3099c8c491
commit
2eb1a1bf41
|
@ -156,7 +156,8 @@
|
||||||
data: JSON.stringify({
|
data: JSON.stringify({
|
||||||
items: [{
|
items: [{
|
||||||
skuId: e.id,
|
skuId: e.id,
|
||||||
count: e.goods_num
|
count: e.goods_num,
|
||||||
|
categoryId: state.goodsInfo.categoryId
|
||||||
}]
|
}]
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
|
@ -107,6 +107,7 @@
|
||||||
skuId: item.sku.id,
|
skuId: item.sku.id,
|
||||||
count: item.count,
|
count: item.count,
|
||||||
cartId: item.id,
|
cartId: item.id,
|
||||||
|
categoryId: item.spu.categoryId
|
||||||
})
|
})
|
||||||
goods_list.push({
|
goods_list.push({
|
||||||
// goods_id: item.goods_id,
|
// goods_id: item.goods_id,
|
||||||
|
|
Loading…
Reference in New Issue