jiangping
2024-12-17 0798091933fade5d2ee24891d7441b4e848a4d25
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) => {