fix: 修复地图查询接口返回类型错误

This commit is contained in:
augushong
2025-05-07 15:18:40 +08:00
parent 1868b75328
commit d4dc430b8a

View File

@@ -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();