bug
This commit is contained in:
@@ -299,7 +299,6 @@
|
|||||||
this.$http.post('/api/appdvcpconfig/apiForward', `https://apis.map.qq.com/ws/geocoder/v1/?location=${lat},${lng}&key=3RZBZ-LZUCF-CT6J5-NWKZH-FCWOQ-UUFKY&get_poi=1`).then(res => {
|
this.$http.post('/api/appdvcpconfig/apiForward', `https://apis.map.qq.com/ws/geocoder/v1/?location=${lat},${lng}&key=3RZBZ-LZUCF-CT6J5-NWKZH-FCWOQ-UUFKY&get_poi=1`).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
const data = res.data.result
|
const data = res.data.result
|
||||||
alert(JSON.stringify(data))
|
|
||||||
uni.setStorageSync('address', {
|
uni.setStorageSync('address', {
|
||||||
lat,
|
lat,
|
||||||
lng,
|
lng,
|
||||||
|
|||||||
Reference in New Issue
Block a user