[HLM SHOPTIME-5511] 상품을 눌렀을때 VOD 분기처리 추가
This commit is contained in:
@@ -239,6 +239,7 @@ const LiveChannelsVerticalContents = ({
|
|||||||
shelfTitle={shelfTitle}
|
shelfTitle={shelfTitle}
|
||||||
catNm={lgCatNm}
|
catNm={lgCatNm}
|
||||||
patnerName={chanNm}
|
patnerName={chanNm}
|
||||||
|
liveYn={liveYn}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<figure>
|
<figure>
|
||||||
|
|||||||
@@ -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,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user