ll
liukangdong
2025-01-15 f5028477ff21f0146206bfcac6e78cb92e81d90c
h5/pages/driver/taskDetail.vue
@@ -192,7 +192,8 @@
            showDetail: false,
         }
      },
      onLoad(option) {
      onLoad(option) {
         uni.setStorageSync('ywinfo',{})
         this.jobId = option.id
         if (option.status && option.status == '1') {
            // wx.config({
@@ -287,7 +288,8 @@
               type: 'wgs84',
               success: (res) => {
                  this.lat = res.latitude
                  this.lnt = res.longitude
                  this.lnt = res.longitude
                  console.log('---', res);
                  this.getDetail()
               },
               fail: (err) => {