静态代码完成,等待对接接口
parent
5b315a06bd
commit
e285b50f8e
|
@ -47,12 +47,12 @@
|
||||||
uni.getLocation({
|
uni.getLocation({
|
||||||
type: 'wgs84',
|
type: 'wgs84',
|
||||||
geocode:true, // 设置该参数为true可直接获取经纬度及城市信息
|
geocode:true, // 设置该参数为true可直接获取经纬度及城市信息
|
||||||
success: function (res) {
|
success: (res)=> {
|
||||||
console.log('位置信息',res)
|
console.log('位置信息',res)
|
||||||
// 查询小区列表
|
// 查询小区列表
|
||||||
this.getEstateList();
|
this.getEstateList();
|
||||||
},
|
},
|
||||||
fail: function (err) {
|
fail: (err)=> {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '获取地址失败,将导致部分功能不可用',
|
title: '获取地址失败,将导致部分功能不可用',
|
||||||
icon:'none'
|
icon:'none'
|
||||||
|
|
Loading…
Reference in New Issue