[국가코드체크] 602,603 팝업 변경
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user