offerInfo QRCode 노출되도록 수정
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -1884,8 +1884,9 @@ const PlayerPanel = ({
|
||||
shopNowInfo,
|
||||
smallestOffsetHourIndex,
|
||||
panelInfo?.shptmBanrTpNm,
|
||||
panelInfo?.qrcodeUrl,
|
||||
panelInfo?.qrCurrentItem,
|
||||
]);
|
||||
|
||||
const clearTimer = useCallback(() => {
|
||||
clearTimeout(timerId.current);
|
||||
timerId.current = null;
|
||||
|
||||
Reference in New Issue
Block a user