From c917cc83de4721353c087406663fde807e7b76a2 Mon Sep 17 00:00:00 2001 From: "jiwon93.son" Date: Tue, 23 Sep 2025 15:50:20 +0900 Subject: [PATCH] =?UTF-8?q?SHOPTIME-5452=20Hot=20Picks=20=EB=9E=9C?= =?UTF-8?q?=EB=94=A9=20=ED=99=88=EB=B0=B0=EB=84=88=20=EC=A7=84=EC=9E=85=20?= =?UTF-8?q?/=20Hot=20Picks=20=EC=83=81=ED=92=88=20SMS=20=EB=AC=B8=EA=B5=AC?= =?UTF-8?q?=20=EC=A0=84=EC=86=A1=EC=8B=9C=20=EC=98=A4=EB=A5=98=20=EC=95=8C?= =?UTF-8?q?=EB=9F=BF=20=EB=85=B8=EC=B6=9C=20/=20=EC=9E=84=EC=8B=9C?= =?UTF-8?q?=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/MobileSend/MobileSendPopUp.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/com.twin.app.shoptime/src/components/MobileSend/MobileSendPopUp.jsx b/com.twin.app.shoptime/src/components/MobileSend/MobileSendPopUp.jsx index 1c47a628..0bfbde1e 100644 --- a/com.twin.app.shoptime/src/components/MobileSend/MobileSendPopUp.jsx +++ b/com.twin.app.shoptime/src/components/MobileSend/MobileSendPopUp.jsx @@ -118,6 +118,7 @@ export default function MobileSendPopUp({ const [recentSentNumber, setRecentSentNumber] = useState([]); const [keyPadOff, setKeyPadOff] = useState(false); const [smsRetCode, setSmsRetCode] = useState(undefined); + const [tempParams, setTempParam] = useState(null); const agreeBtnClickedRef = useRef(false); @@ -397,7 +398,7 @@ export default function MobileSendPopUp({ if (smsTpCd === "APP00204") { params = { ...params, curationId }; } - + setTempParam(params); dispatch(sendSms(params)); } // EVT00101 & APP00207(welcome) EVT00103 & APP00209 (welcome+Prizes) : smsTpCd 값을 받지 않음 @@ -492,7 +493,8 @@ export default function MobileSendPopUp({ }, [dispatch]); const getSmsErrorMsg = useMemo(() => { - const SMS_ERROR_502 = $L("The event information has not been registered"); + // const SMS_ERROR_502 = $L("The event information has not been registered"); + const SMS_ERROR_502 =
${JSON.stringify(tempParams, null, 2)}
; const SMS_ERROR_903 = $L("You have exceeded the daily text limit."); const SMS_ERROR_904 = $L( "You have exceeded the text limit for this product."