From 70041775f6292fe60f9b4f0cc0ea8dd2f719cafe Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期一, 02 十二月 2024 16:32:31 +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