From b33f2e78ffd4fd401698b84a33dc3c293793c62f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 18 二月 2025 16:22:33 +0800
Subject: [PATCH] 最新版本541200007

---
 h5/pages/staff/index.vue |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/h5/pages/staff/index.vue b/h5/pages/staff/index.vue
index 17ea5a9..d9c3472 100644
--- a/h5/pages/staff/index.vue
+++ b/h5/pages/staff/index.vue
@@ -53,7 +53,7 @@
 		stagingHead,
 		wxAuthorize,
 		refreshToken,
-		app_url,
+		app_url,
 		delHkUserOpenid
 	} from '@/api'
 	export default {
@@ -145,7 +145,7 @@
 					} else if (yw == 7) {
 						this.jump('/pages/staff/task/driver?id=' + ywinfo.ywid)
 					} else if (yw == 5) {
-						this.jump('/pages/staff/vehicle/sendACarDetail')
+						this.jump('/pages/staff/vehicle/sendACarDetail?id=' + ywinfo.ywid)
 					}
 				}, 100)
 			}
@@ -173,25 +173,25 @@
 			loginOut() {
 				logoutPost({
 					isH5: 1
-				}).then(res => {
-					const userInfo = uni.getStorageSync('userInfo')
-					const openId = uni.getStorageSync('openId')
-					this.$store.commit('empty')
-					if(openId){
-						delHkUserOpenid({
-							userName: userInfo.username,
-							openId
-						}).then(ress => {
-							setTimeout(() => {
-								window.location.href = app_url
-							}, 300)
-						})
-					}else{
-						setTimeout(() => {
-							window.location.href = app_url
-						}, 300)
-					}
-					
+				}).then(res => {
+					const userInfo = uni.getStorageSync('userInfo')
+					const openId = uni.getStorageSync('openId')
+					this.$store.commit('empty')
+					if(openId){
+						delHkUserOpenid({
+							userName: userInfo.username,
+							openId
+						}).then(ress => {
+							setTimeout(() => {
+								window.location.href = app_url
+							}, 300)
+						})
+					}else{
+						setTimeout(() => {
+							window.location.href = app_url
+						}, 300)
+					}
+
 				})
 			},
 			getTaskInfo() {
@@ -328,4 +328,4 @@
 			height: 40rpx;
 		}
 	}
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3