9***@qq.com
9***@qq.com
  • 发布:2021-03-09 13:16
  • 更新:2022-09-01 20:08
  • 阅读:530

uni.chooselocationdabao打包后列表不展示

分类:uni-app

                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)  
                    }  
                });  
2021-03-09 13:16 负责人:无 分享
已邀请:
9***@qq.com

9***@qq.com (作者)

打包成app后就只有这个页面

9***@qq.com

9***@qq.com (作者)

已经解决了,打包问题,打包问题

2***@qq.com

2***@qq.com

怎么解决的大哥

h***@139.com

h***@139.com

这应该是选择地图模块没有填写appkey的问题吧

要回复问题请先登录注册