This commit is contained in:
wtq
2025-12-29 11:26:50 +08:00
parent a3264f531c
commit ca5b579eae

View File

@@ -58,6 +58,7 @@ function rightMainFn(props: any, emit: any) {
if (item.storeSkuStatus) {
skus.push({
skuID: item.id,
stock:20, // 默认20个库存
isSale: 1
})
}