问题修复

This commit is contained in:
2024-04-16 00:53:34 +08:00
parent 877469ab43
commit 0562554266
9 changed files with 37 additions and 24 deletions

View File

@@ -111,8 +111,8 @@ const show = async (goodsId: string, fn: Function) => {
}
if(skuSizeList) {
//skuSizeList.value![0].existingNumber = 2;
//skuSizeList.value![2].existingNumber = 2;
// skuSizeList.value![0].existingNumber = 2;
// skuSizeList.value![2].existingNumber = 2;
}
};