mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
fix: 修复地图查询接口返回类型错误
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user