From 4c9d218bf8742f22276245e7d623ff823d13758d Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 12 二月 2025 18:27:56 +0800
Subject: [PATCH] ll
---
h5/pages/staff/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/h5/pages/staff/index.vue b/h5/pages/staff/index.vue
index ae4a130..6cb007b 100644
--- a/h5/pages/staff/index.vue
+++ b/h5/pages/staff/index.vue
@@ -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)
}
@@ -226,9 +226,9 @@
width: 144rpx;
height: 56rpx;
border-radius: 36rpx;
- border: 1rpx solid $uni-color-primary;
+ border: 1rpx solid #B2B2B2;
font-size: 26rpx;
- color: $uni-color-primary;
+ color: #666666;
display: flex;
justify-content: center;
align-items: center;
--
Gitblit v1.9.3