feat: 增加代课下单商品不在可售时间内判断,增加购物车提示库存不足处理,增加购物车编辑增加参数起售数量
This commit is contained in:
@@ -128,6 +128,7 @@ function confirm() {
|
||||
product_id: goods.value.id,
|
||||
number: number.value,
|
||||
product_type: goods.value.type,
|
||||
suitNum: skuData.value.suitNum || 1,
|
||||
});
|
||||
close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user