From ebf7a029c270a728c7578870d6d60a5762f0d1f2 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 16 十二月 2024 19:35:07 +0800
Subject: [PATCH] ll

---
 h5/pages/driver/taskDetail.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/h5/pages/driver/taskDetail.vue b/h5/pages/driver/taskDetail.vue
index dedc18e..b74792b 100644
--- a/h5/pages/driver/taskDetail.vue
+++ b/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) => {

--
Gitblit v1.9.3