From 34f587564c9a34515e7deda4dcd02eb748480e1f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 13 一月 2025 18:05:24 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 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 b74792b..0e06514 100644
--- a/h5/pages/driver/taskDetail.vue
+++ b/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({
@@ -206,8 +207,8 @@
 				// 		'openLocation'
 				// 	] // 蹇呭~锛岄渶瑕佷娇鐢ㄧ殑JS鎺ュ彛鍒楄〃
 				// })
-				this.getLocation()
-				// this.getDetail()
+				// this.getLocation()
+				this.getDetail()
 			} else {
 				this.getDetail()
 			}

--
Gitblit v1.9.3