From dc5a3702a96cec4f6febd2e4322957664635ae6e Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Wed, 8 May 2024 11:32:00 +0800 Subject: [PATCH] =?UTF-8?q?flat=EF=BC=9A=20=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/projectInfo/projectInfo.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/projectInfo/projectInfo.vue b/pages/projectInfo/projectInfo.vue index 57223d7..c605083 100644 --- a/pages/projectInfo/projectInfo.vue +++ b/pages/projectInfo/projectInfo.vue @@ -95,7 +95,7 @@ 用工单位地址:{{info.companyAddress || '暂无'}} --> - 工作地址:{{info.jobAddress || '暂无'}} + 工作地址:{{info.cityId || '暂无'}} 详细地址:{{info.address || '暂无'}} @@ -323,10 +323,10 @@ smart_address: res.data.data.address }).then((result) => { console.log('result', result) - self.latitude = result.location.lat; - self.longitude = result.location.lon; - self.covers[0].latitude = result.location.lat; - self.covers[0].longitude = result.location.lon; + self.latitude = result.lat; + self.longitude = result.lon; + self.covers[0].latitude = result.lat; + self.covers[0].longitude = result.lon; }) // self.latitude = self.info.lat; // self.longitude = self.info.lon;