1***@qq.com
1***@qq.com
  • 发布:2019-10-15 17:23
  • 更新:2019-10-15 17:23
  • 阅读:556

使用ios打包时使用chooseLocation调用地图时出现的bug 这是怎么回事

分类:uni-app

结果错误图

openmap() {  
                uni.chooseLocation({  
                    success: (res)=>{  
                        this.param.iAddress=res.address  
                        this.param.latitude=res.latitude  
                        this.param.loginitude=res.longitude  
                        // this.companyaddress=res.address  
                        // this.address1=res.name  

                    },  
                    fail:(e)=>{  
                        this.e=JSON.stringify(e)  
                    }  

                });  

            },
2019-10-15 17:23 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复