[EventPopupBanner] IF-LGSP-LOG-005 (GNB), 반영
This commit is contained in:
@@ -24,6 +24,7 @@ import useLogService from "../../../hooks/useLogService";
|
||||
import { launchMembershipApp } from "../../../lunaSend";
|
||||
import {
|
||||
ACTIVE_POPUP,
|
||||
LOG_MENU,
|
||||
LOG_TP_NO,
|
||||
MYINFO_TABS,
|
||||
panel_names,
|
||||
@@ -37,7 +38,7 @@ const Container = SpotlightContainerDecorator(
|
||||
);
|
||||
|
||||
export default function EventPopUpBanner() {
|
||||
const { sendLogShopByMobile } = useLogService();
|
||||
const { sendLogGNB, sendLogShopByMobile } = useLogService();
|
||||
|
||||
const dispatch = useDispatch();
|
||||
|
||||
@@ -65,6 +66,10 @@ export default function EventPopUpBanner() {
|
||||
const [smsTpCd, setSmsTpCd] = useState("");
|
||||
const [eventPopData, setEventPopData] = useState({});
|
||||
|
||||
useEffect(() => {
|
||||
sendLogGNB(LOG_MENU.EVENT_POPUP);
|
||||
}, [sendLogGNB]);
|
||||
|
||||
useEffect(() => {
|
||||
if (eventPopInfosData) {
|
||||
setEventPopData(eventPopInfosData);
|
||||
|
||||
Reference in New Issue
Block a user