[Category]

Detail Notes :
 
1. Player패널  lgCateCd 추가
This commit is contained in:
jangheon Pyo
2024-04-09 19:04:43 +09:00
parent c391e17fba
commit 4357a05880
3 changed files with 4 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ export default function ShowContents() {
showId: showId,
patnrId: patnrId,
shptmBanrTpNm: "VOD",
lgCatCd: lgCatCd,
},
})
);

View File

@@ -25,6 +25,7 @@ export default function ShowLists() {
showId: showId,
patnrId: patnrId,
shptmBanrTpNm: "VOD",
lgCatCd: lgCatCd,
},
})
);

View File

@@ -40,7 +40,7 @@ export default function ShowProductContents() {
productInfos[index];
const handleItemClick = () => {
const { showId, patnrId } = showProductContentDatas;
const { showId, patnrId, lgCatCd } = showProductContentDatas;
dispatch(
pushPanel({
name: panel_names.PLAYER_PANEL,
@@ -48,6 +48,7 @@ export default function ShowProductContents() {
showId: showId,
patnrId: patnrId,
shptmBanrTpNm: "VOD",
lgCatCd: lgCatCd,
index: index,
},
})