From ad75e5f94891839ee744bf12ec41615e251bfcd2 Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Tue, 25 Jun 2024 22:50:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=99=84=E8=BF=91=E6=8A=80?= =?UTF-8?q?=E5=B8=88=E5=AE=9A=E4=BD=8D=E8=B7=9D=E7=A6=BB=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index e447122..9d62e24 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -767,15 +767,13 @@ if (res.code == 0) { this.starTechnician = res.startData.list; this.nearbyTechnician=res.nearData.list; - const myLatitude = this.latitude; // 当前位置纬度 - const myLongitude = this.longitude; // 当前位置经度 + // const myLatitude = this.latitude; // 当前位置纬度 + // const myLongitude = this.longitude; // 当前位置经度 // const targetLatitude = 39.919; // 目标位置纬度 // const targetLongitude = 116.486; // 目标位置经度 - const targetLatitude = ''; // 目标位置纬度 - const targetLongitude =''; // 目标位置经度 + // const targetLatitude = ''; // 目标位置纬度 + // const targetLongitude =''; // 目标位置经度 for(var i=0;i",this.nearbyTechnician) // this.classifyId = res.data[0].id; // this.getorderlist('')