【逻辑优化】拼团库存使用总库存

pull/83/head
卢越 2024-08-19 17:40:17 +08:00
parent d37b848307
commit 9d333085cb
1 changed files with 0 additions and 2 deletions

View File

@ -128,8 +128,6 @@
activity.products.forEach((product) => {
spu.price = Math.min(spu.price, product.combinationPrice); // SPU
});
//
spu.stock = activity.totalLimitCount
productList.value = [spu];
});
</script>