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