当前位置:   article > 正文

uniapp打包后 中uni.chooseLocation调用地址列表空白并转圈,搜索框无反应_uni.chooselocation 高德地图没有列表

uni.chooselocation 高德地图没有列表

代码:openMap() {
                let that = this
                uni.chooseLocation({
                    latitude: this.latitude,
                    longitude: this.longitude,
                    success: function(res) {
                        let reg = /.+?(省|市|自治区|自治州|县|区)/g
                        let address1 = res.address
                        let address = address1.match(reg)
                        that.form.locationAddress = res.address.split(address[Number(address.length - 1)])[1] +
                            res.name
                        that.form.location = [Number(res.latitude), Number(res.longitude)]
                    }
                });
            },

 检查后代码无误。

解决:请保证dcloud开发者中心的包名和高德地图sdk上申请key的包名和uniapp打包时的包名三者一致。

1.dcloud开发者设置里的包名

2.高德地图生成地图key时的包名

3.uniapp云打包时包名

 

 

 

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小桥流水78/article/detail/828788
推荐阅读
相关标签
  

闽ICP备14008679号