From 1f8c89479563d63a2c4ec8eaff5a40fd63497336 Mon Sep 17 00:00:00 2001 From: "jiwon93.son" Date: Mon, 25 Aug 2025 15:31:17 +0900 Subject: [PATCH] =?UTF-8?q?SHOPTIME-5809=20=ED=94=84=EB=A1=9C=EB=AA=A8?= =?UTF-8?q?=EC=85=98=20=EC=84=B8=ED=8C=85=2027LX6TYGA=20=EC=83=81=ED=92=88?= =?UTF-8?q?=20=EC=98=88=EC=99=B8=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DetailPanel/UnableProduct/UnableOption.jsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/UnableProduct/UnableOption.jsx b/com.twin.app.shoptime/src/views/DetailPanel/UnableProduct/UnableOption.jsx index b94b2cf7..3309f886 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/UnableProduct/UnableOption.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/UnableProduct/UnableOption.jsx @@ -292,6 +292,21 @@ export default function UnableOption({ ); } if (TYPE_CASE.case9) { + if ( + selectedPrdtId === "27LX6TYGA" && + offerInfo && + offerInfo?.length > 0 + ) { + return ( +
+ +
+ ); + } return (
@@ -331,6 +346,7 @@ export default function UnableOption({ } }; }, [isShowQRCode]); + return (