uni.chooseLocation({
latitude: this.addressInfo.id ? this.addressInfo.lat : this.location.latitude,
longitude: this.addressInfo.id ? this.addressInfo.lng : this.location.longitude,
success: function (res) {
if(res.errMsg == 'chooseLocation:ok') {
_this.backAddress(res);
}
}
})
1***@163.com
- 发布:2024-08-30 10:45
- 更新:2024-08-30 10:45
- 阅读:28
0 个回复