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)
}
});
},
0 个回复