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) => {