[HLM SHOPTIME-5511] 상품을 눌렀을때 VOD 분기처리 추가

This commit is contained in:
dongyoungKo
2025-06-12 14:35:15 +09:00
parent c3ce45a516
commit db098a558b
2 changed files with 3 additions and 1 deletions

View File

@@ -239,6 +239,7 @@ const LiveChannelsVerticalContents = ({
shelfTitle={shelfTitle} shelfTitle={shelfTitle}
catNm={lgCatNm} catNm={lgCatNm}
patnerName={chanNm} patnerName={chanNm}
liveYn={liveYn}
/> />
) : ( ) : (
<figure> <figure>

View File

@@ -38,6 +38,7 @@ export default function LiveChannelsVerticalProductList({
shelfOrder, shelfOrder,
shelfTitle, shelfTitle,
spotlightId, spotlightId,
liveYn,
}) { }) {
const { getScrollTo, scrollTop } = useScrollTo(); const { getScrollTo, scrollTop } = useScrollTo();
@@ -107,7 +108,7 @@ export default function LiveChannelsVerticalProductList({
patnrId, patnrId,
showId, showId,
showUrl, showUrl,
shptmBanrTpNm: "LIVE", shptmBanrTpNm: liveYn === "Y" ? "LIVE" : "VOD",
targetId: "spotlightId-" + prdtId, targetId: "spotlightId-" + prdtId,
y, y,
}) })