통합로그 : home banner 클릭시 해당값 로그 호출

This commit is contained in:
opacity@t-win.kr
2025-09-02 15:16:05 +09:00
parent 769a2cebc3
commit 6def95216f
3 changed files with 52 additions and 46 deletions

View File

@@ -361,6 +361,8 @@ const PlayerPanel = ({
prevNowMenuRef.current = nowMenuRef.current;
return () => dispatch(sendLogGNB(prevNowMenuRef.current));
} else if (panelInfo?.modal) {
dispatch(sendLogGNB(entryMenu));
}
}, [panelInfo?.modal, panelInfo?.shptmBanrTpNm]);
@@ -400,7 +402,6 @@ const PlayerPanel = ({
logTemplateNo = Config.LOG_TP_NO.LIVE.ITEM_DETAIL;
setLogStatus((status) => ({ ...status, isDetailLiveLogReady: true }));
}
liveLogParamsRef.current = {
entryMenu: entryMenuRef.current,
lgCatCd: currentLiveShowInfo.catCd ?? "",
@@ -855,7 +856,6 @@ const PlayerPanel = ({
// ev?.preventDefault();
return;
}
if (panelInfo.modalContainerId && !panelInfo.modal) {
dispatch(
startVideoPlayer({
@@ -899,6 +899,7 @@ const PlayerPanel = ({
[
dispatch,
panelInfo,
nowMenu,
videoPlayer,
sideContentsVisible,
videoVerticalVisible,