| applications/mobile-web-view/src/appPages/Map/searchBar.vue | ●●●●● patch | view | raw | blame | history |
applications/mobile-web-view/src/appPages/Map/searchBar.vue
@@ -153,6 +153,7 @@ showToast('当前地址无坐标信息') return } EventBus.emit('mapClearMarker') const location = typeof item.location === 'string' ? item.location.split(',').map(Number) : [item.location.lng, item.location.lat];