[상품 상세]

- 상풉 옵션별 ID노출 처리.
This commit is contained in:
junghoon86.park
2025-12-08 20:10:02 +09:00
parent b2807c5a39
commit 80c593e6f0
2 changed files with 4 additions and 3 deletions

View File

@@ -1523,6 +1523,7 @@ const handleCartMove = useCallback(() => {
disabled: detail.optStkQty <= 0,
imageUrl: detail.optImgUrl || null,
price: detail.priceInfo.split('|')[1],
prodOptCdCval: detail.prodOptCdCval,
})) || []),
]}
selectedIndex={selectedOptionItemIndex}