offerInfo QRCode 노출되도록 수정

This commit is contained in:
dongyoungKo
2025-04-15 16:32:13 +09:00
parent a6100a053a
commit b68daca745
3 changed files with 7 additions and 6 deletions

View File

@@ -303,7 +303,7 @@ export default function UnableOption({
<div className={css.priceDetail}>
{productInfo && renderPriceItem()}
{/* QR */}
{!TYPE_CASE.case9 && (
{
<div className={css.qrWrapper}>
{productInfo?.qrImgUrl
? productInfo?.qrImgUrl
@@ -319,9 +319,9 @@ export default function UnableOption({
<div className={css.tooltipBody}>{tooltipDes}</div>
</div>
</div>
)}
}
</div>
{targetReward && installmentMonths && (
{!TYPE_CASE.case9 && targetReward && installmentMonths && (
<div className={css.installedPrc}>
<h3 className={css.text}>
{$L("OR {price} with {months}-month financing")

View File

@@ -59,8 +59,8 @@
line-height: 1;
}
.offerInfo {
.elip(2);
font-size: 60px;
.elip(4);
font-size: 40px;
font-weight: bold;
line-height: 1;
color: #808080;

View File

@@ -1884,8 +1884,9 @@ const PlayerPanel = ({
shopNowInfo,
smallestOffsetHourIndex,
panelInfo?.shptmBanrTpNm,
panelInfo?.qrcodeUrl,
panelInfo?.qrCurrentItem,
]);
const clearTimer = useCallback(() => {
clearTimeout(timerId.current);
timerId.current = null;