|
@@ -184,12 +184,12 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
})
|
|
|
- console.log(addressInfo)
|
|
|
+ console.log(addressInfo, '-------------------')
|
|
|
let { lat, lng } = addressInfo
|
|
|
this.latitude = lat
|
|
|
this.longitude = lng
|
|
|
} catch (error) {
|
|
|
- console.log(error)
|
|
|
+ console.log(error, '======================')
|
|
|
}
|
|
|
}
|
|
|
}
|