[국가코드체크] 602,603 팝업 변경

This commit is contained in:
sungmin.in
2024-07-03 10:31:10 +09:00
parent 9212bc9697
commit c518e8ba1c

View File

@@ -110,13 +110,13 @@ export const TAxios = (
}
// 602 요청 국가 불일치
if (res?.data?.retCode === 602) {
dispatch(setShowPopup(ACTIVE_POPUP.unSupportedCountryPopup));
dispatch(setShowPopup(ACTIVE_POPUP.changeCountyPopup));
Spotlight.focus("tPopupBtn1");
return;
}
// 603 서비스 국가 아님
if (res?.data?.retCode === 603) {
dispatch(setShowPopup(ACTIVE_POPUP.changeCountyPopup));
dispatch(setShowPopup(ACTIVE_POPUP.unSupportedCountryPopup));
Spotlight.focus("tPopupBtn1");
return;
}