feat: 售罄字段修改

This commit is contained in:
duan 2025-03-18 17:43:40 +08:00
parent 188aad8035
commit 71e35528c8
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ function handleSwitchChange(data: any) {
//
function handleSwitchChangeTwo(data: any) {
let obj = {
type: data.type == "sku" ? "sku" : "product",
type: data.specInfo ? "sku" : "product",
id: data.id,
isSoldOut: data.isSoldStock,
};