From 686dd39ef856012c0c7f2620ffef1e3a5c1ec779 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 22 七月 2024 00:41:09 +0800 Subject: [PATCH] 优化项目导入,抽象步骤接口 --- WinFrmUI/Yw.WinFrmUI.Map.Core/map/gaode/html/SetSimpleMarker.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Map.Core/map/gaode/html/SetSimpleMarker.html b/WinFrmUI/Yw.WinFrmUI.Map.Core/map/gaode/html/SetSimpleMarker.html index 48adb87..3f0effe 100644 --- a/WinFrmUI/Yw.WinFrmUI.Map.Core/map/gaode/html/SetSimpleMarker.html +++ b/WinFrmUI/Yw.WinFrmUI.Map.Core/map/gaode/html/SetSimpleMarker.html @@ -90,7 +90,7 @@ if (status === 'complete' && result.info === 'OK') { let address = result.regeocode.formattedAddress; _marker.Address = address; - _callbackObj.SetMarker(JSON.stringify(_marker)); + _callBackObj.SetMarker(JSON.stringify(_marker)); } }); } @@ -117,7 +117,7 @@ if (status === 'complete' && result.info === 'OK') { let address = result.regeocode.formattedAddress; _marker.Address = address; - _callbackObj.SetMarker(JSON.stringify(_marker)); + _callBackObj.SetMarker(JSON.stringify(_marker)); } }); } -- Gitblit v1.9.3