[Category]
Detail Notes : 1. Player패널 lgCateCd 추가
This commit is contained in:
@@ -35,6 +35,7 @@ export default function ShowContents() {
|
||||
showId: showId,
|
||||
patnrId: patnrId,
|
||||
shptmBanrTpNm: "VOD",
|
||||
lgCatCd: lgCatCd,
|
||||
},
|
||||
})
|
||||
);
|
||||
|
||||
@@ -25,6 +25,7 @@ export default function ShowLists() {
|
||||
showId: showId,
|
||||
patnrId: patnrId,
|
||||
shptmBanrTpNm: "VOD",
|
||||
lgCatCd: lgCatCd,
|
||||
},
|
||||
})
|
||||
);
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user