This commit is contained in:
yanran200730
2022-05-31 14:47:29 +08:00
parent 0d762ed348
commit df97f67e61

View File

@@ -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,