From d4dc430b8af90142f351bdbbb2b02ae288328ba8 Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 7 May 2025 15:18:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3=E8=BF=94=E5=9B=9E=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/plugs/mapLocation/mapLocation.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/static/plugs/mapLocation/mapLocation.js b/public/static/plugs/mapLocation/mapLocation.js index 923ee06..df2e841 100644 --- a/public/static/plugs/mapLocation/mapLocation.js +++ b/public/static/plugs/mapLocation/mapLocation.js @@ -99,7 +99,6 @@ type: 'geocode', tk: options.key }, function (response) { - response = JSON.parse(response); if (response.status != 0) { mapContainer.find('.error-message').text('获取位置信息失败,请稍后重试'); mapContainer.find('.error-message').show();