mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 19:12:48 +08:00
fix: 修复地图查询接口返回类型错误
This commit is contained in:
@@ -99,7 +99,6 @@
|
|||||||
type: 'geocode',
|
type: 'geocode',
|
||||||
tk: options.key
|
tk: options.key
|
||||||
}, function (response) {
|
}, function (response) {
|
||||||
response = JSON.parse(response);
|
|
||||||
if (response.status != 0) {
|
if (response.status != 0) {
|
||||||
mapContainer.find('.error-message').text('获取位置信息失败,请稍后重试');
|
mapContainer.find('.error-message').text('获取位置信息失败,请稍后重试');
|
||||||
mapContainer.find('.error-message').show();
|
mapContainer.find('.error-message').show();
|
||||||
|
|||||||
Reference in New Issue
Block a user