From ca5b579eae52e1ebd3b93c0fb95acd91446169bc Mon Sep 17 00:00:00 2001 From: wtq <2394975549@qq.com> Date: Mon, 29 Dec 2025 11:26:50 +0800 Subject: [PATCH] '!' --- .../createGoods/createGoodsChild/right-main/right-main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/subPages/shoppingChild/createGoods/createGoodsChild/right-main/right-main.ts b/src/subPages/shoppingChild/createGoods/createGoodsChild/right-main/right-main.ts index 6956ec6..cc11226 100644 --- a/src/subPages/shoppingChild/createGoods/createGoodsChild/right-main/right-main.ts +++ b/src/subPages/shoppingChild/createGoods/createGoodsChild/right-main/right-main.ts @@ -58,6 +58,7 @@ function rightMainFn(props: any, emit: any) { if (item.storeSkuStatus) { skus.push({ skuID: item.id, + stock:20, // 默认20个库存 isSale: 1 }) }