From f5737b2fe37b72cdfd32aa2b450e1476ed9b05ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=88=ED=83=9C=EA=B7=9C?= <116813010+tgyuuAn@users.noreply.github.com> Date: Fri, 16 Aug 2024 17:09:04 +0900 Subject: [PATCH] =?UTF-8?q?update:=20=EB=8F=84=EB=A1=9C=EB=AA=85=20?= =?UTF-8?q?=EC=A3=BC=EC=86=8C,=20=EC=A7=80=EB=B2=88=20=EC=A3=BC=EC=86=8C?= =?UTF-8?q?=20=EB=B0=98=EB=93=9C=EC=8B=9C=20=EA=B0=80=EC=A0=B8=EC=98=A4?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 73c37c7..e0a5bcf 100644 --- a/index.html +++ b/index.html @@ -12,10 +12,12 @@ new daum.Postcode({ oncomplete: function(data) { var lotNumberAddress = data.jibunAddress; // 지번 주소 변수 + var autoLotNumberAddress = data.autojibunAddress, var roadNameAddress = data.roadAddress; // 도로명 주소 - + var autoRoadNameAddress = data.autoRoadAddress, + // 도로명 주소와 지번 주소를 안드로이드 네이티브로 전송 - window.android.onPostCodeReceived(roadNameAddress, lotNumberAddress); + window.android.onPostCodeReceived(roadNameAddress, autoRoadNameAddress, lotNumberAddress, autoLotNumberAddress); }, width : '100%', height : '100%' @@ -38,4 +40,4 @@ } - \ No newline at end of file +