[EventPopUpBanner]
- click 정보 저장 처리로 인한 사이드 에러 수정작업중
This commit is contained in:
@@ -56,7 +56,6 @@ export default function MobileSendPopUp({
|
||||
patnrId,
|
||||
evntId,
|
||||
evntTpCd,
|
||||
isCurationEvnt,
|
||||
hotelId,
|
||||
hotelNm,
|
||||
hotelDtlUrl,
|
||||
@@ -284,16 +283,6 @@ export default function MobileSendPopUp({
|
||||
);
|
||||
}
|
||||
|
||||
if (isCurationEvnt) {
|
||||
// EVT00102 CURATION EVENT : 원하는 페이지로 이동(앱 내 모든 페이지) 미완
|
||||
dispatch(
|
||||
setEventIssueReq({
|
||||
evntTpCd,
|
||||
evntId,
|
||||
mbphNo: naturalNumber,
|
||||
})
|
||||
);
|
||||
}
|
||||
if (deviceInfo && smsTpCd) {
|
||||
let params = {
|
||||
dvcIndex: deviceInfo.dvcIndex,
|
||||
@@ -361,7 +350,7 @@ export default function MobileSendPopUp({
|
||||
sendLogShopByMobile(params);
|
||||
shopByMobileLogRef.current = null;
|
||||
}
|
||||
}, 2000);
|
||||
}, 3000);
|
||||
|
||||
return () => clearTimeout(timer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user