SHOPTIME-5809 프로모션 세팅 27LX6TYGA 상품 예외처리
This commit is contained in:
@@ -292,6 +292,21 @@ export default function UnableOption({
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (TYPE_CASE.case9) {
|
if (TYPE_CASE.case9) {
|
||||||
|
if (
|
||||||
|
selectedPrdtId === "27LX6TYGA" &&
|
||||||
|
offerInfo &&
|
||||||
|
offerInfo?.length > 0
|
||||||
|
) {
|
||||||
|
return (
|
||||||
|
<div className={css.wrapper}>
|
||||||
|
<span
|
||||||
|
dangerouslySetInnerHTML={{
|
||||||
|
__html: offerInfo && offerInfo,
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
return (
|
return (
|
||||||
<div className={css.wrapper}>
|
<div className={css.wrapper}>
|
||||||
<span className={css.partnerName}>
|
<span className={css.partnerName}>
|
||||||
@@ -331,6 +346,7 @@ export default function UnableOption({
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
}, [isShowQRCode]);
|
}, [isShowQRCode]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={css.priceContainer}>
|
<div className={css.priceContainer}>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user