//拨打电话 uni.makePhoneCall({ phoneNumber: tel });
//打开地图
uni.openLocation({ latitude:arr[1]*1,//维度 longitude:arr[0]*1,//经度 name:'', address:`${this.info.workProv?this.info.workProv:''}${this.info.workCity?this.info.workCity:''}${this.info.workCounty?this.info.workCounty:''}${this.info.workAddress?this.info.workAddress:''}` })