[국가코드체크] 602,603 팝업 변경
This commit is contained in:
@@ -110,13 +110,13 @@ export const TAxios = (
|
|||||||
}
|
}
|
||||||
// 602 요청 국가 불일치
|
// 602 요청 국가 불일치
|
||||||
if (res?.data?.retCode === 602) {
|
if (res?.data?.retCode === 602) {
|
||||||
dispatch(setShowPopup(ACTIVE_POPUP.unSupportedCountryPopup));
|
dispatch(setShowPopup(ACTIVE_POPUP.changeCountyPopup));
|
||||||
Spotlight.focus("tPopupBtn1");
|
Spotlight.focus("tPopupBtn1");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// 603 서비스 국가 아님
|
// 603 서비스 국가 아님
|
||||||
if (res?.data?.retCode === 603) {
|
if (res?.data?.retCode === 603) {
|
||||||
dispatch(setShowPopup(ACTIVE_POPUP.changeCountyPopup));
|
dispatch(setShowPopup(ACTIVE_POPUP.unSupportedCountryPopup));
|
||||||
Spotlight.focus("tPopupBtn1");
|
Spotlight.focus("tPopupBtn1");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user