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