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
- 发布:2021-03-09 13:16
- 更新:2022-09-01 20:08
- 阅读:607
uni.chooselocationdabao打包后列表不展示
分类:uni-app