新增地图弹窗 bug修改
This commit is contained in:
@@ -109,6 +109,7 @@
|
||||
if (val[0].length > 0) {
|
||||
nextTick(() => {
|
||||
let { longitude, latitude, level } = val[0][0]
|
||||
console.log(longitude, latitude, level,'longitude, latitude, level')
|
||||
initMap('traffic-map', longitude, latitude, level)
|
||||
map.value.setTrafficOn()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user