This commit is contained in:
focp212@naver.com
2025-11-05 17:02:45 +09:00
parent e7beaf5f68
commit b3bdd440ba

View File

@@ -85,9 +85,9 @@ export const BillingChargePage = () => {
}, 3000); }, 3000);
}).catch((e: any) => { }).catch((e: any) => {
alert(e) console.log(e)
if(e.response?.data?.message){ if(e.response?.data?.error?.message){
showAlert(e.response?.data?.message); showAlert(e.response?.data?.error?.message);
return; return;
} }
}); });