接入秒杀100%

This commit is contained in:
owen
2024-01-11 11:08:14 +08:00
parent c2f29333dc
commit 1694a6f554
5 changed files with 45 additions and 33 deletions
@@ -281,7 +281,7 @@
// 判断所有 property 大类是否选择完成
if (choosePropertyId.length === propertyList.length && newSkuList.length) {
newSkuList[0].goods_num = state.selectedSku.goods_num || 1;
newSkuList[0].count = state.selectedSku.count || 1;
state.selectedSku = newSkuList[0];
} else {
state.selectedSku = {};