[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}
catNm={lgCatNm}
patnerName={chanNm}
liveYn={liveYn}
/>
) : (
<figure>

View File

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