let _this = this
uni.chooseLocation({
success: res => {
_this.latitude = res.latitude;
_this.longitude = res.longitude;
_this.address = res.name
console.log(res);
uni.setStorageSync('address', res.name)
uni.setStorageSync('longitude', res.longitude)
uni.setStorageSync('latitude', res.latitude)
}
});
![9***@qq.com](https://img-cdn-tc.dcloud.net.cn/account/identicon/9b5bcda223bb1cd03c6a7d0e079a849b.png)
9***@qq.com
- 发布:2021-03-09 13:16
- 更新:2022-09-01 20:08
- 阅读:627
uni.chooselocationdabao打包后列表不展示
分类:uni-app
![](http://img-cdn-tc.dcloud.net.cn/uploads/questions/20210309/15fadf243a25229ae62499949e0f010e.jpg)