From 9b04b53acf088865820ed2890dca58d82ad5db09 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 28 八月 2024 15:32:21 +0800
Subject: [PATCH] 代码初始化

---
 h5/pages/driver/taskDetail.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/h5/pages/driver/taskDetail.vue b/h5/pages/driver/taskDetail.vue
index 8734397..9985e40 100644
--- a/h5/pages/driver/taskDetail.vue
+++ b/h5/pages/driver/taskDetail.vue
@@ -164,7 +164,9 @@
     getLocation() {
       uni.getLocation({
         type: 'wgs84',
+				
         success: function (res) {
+					console.log(res);
           console.log('褰撳墠浣嶇疆鐨勭粡搴︼細' + res.longitude)
           console.log('褰撳墠浣嶇疆鐨勭含搴︼細' + res.latitude)
         }

--
Gitblit v1.9.3