ll
liukangdong
2024-12-16 ebf7a029c270a728c7578870d6d60a5762f0d1f2
h5/pages/driver/taskDetail.vue
@@ -206,8 +206,8 @@
            //       'openLocation'
            //    ] // 必填,需要使用的JS接口列表
            // })
            // this.getLocation()
            this.getDetail()
            this.getLocation()
            // this.getDetail()
         } else {
            this.getDetail()
         }
@@ -287,7 +287,8 @@
               type: 'wgs84',
               success: (res) => {
                  this.lat = res.latitude
                  this.lnt = res.longitude
                  this.lnt = res.longitude
                  console.log('---', res);
                  this.getDetail()
               },
               fail: (err) => {