에러코드 및 에러메세지 정의 / 에러 코드별 팝업 일괄 적용 (MainView)

This commit is contained in:
hyunwoo93.cha
2024-11-07 11:17:47 +09:00
parent 7a2e249a16
commit 3c22e318ec
10 changed files with 140 additions and 94 deletions

View File

@@ -383,6 +383,7 @@ export default function CheckOutPanel({ panelInfo }) {
</TPopUp>
)}
{/*
{activePopup === Config.ACTIVE_POPUP.errorPopup && (
<TPopUp
kind="errorPopup"
@@ -393,7 +394,7 @@ export default function CheckOutPanel({ panelInfo }) {
button1Text={$L("CLOSE")}
onClick={handlePopPanel}
/>
)}
)} */}
<TFullPopup
open={placeOrderPopup}