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('')