静态代码完成,等待对接接口

master
Lee 2022-10-14 15:27:26 +08:00
parent 5b315a06bd
commit e285b50f8e
1 changed files with 2 additions and 2 deletions

View File

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