From adb5ff301d47c25ad5f7985d09f8ade1c7c7fe7c Mon Sep 17 00:00:00 2001
From: wangfukang <15630117759@163.com>
Date: Mon, 10 Aug 2026 17:42:30 +0800
Subject: [PATCH] 1
---
package1/index/deliveryPersonList.vue | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/package1/index/deliveryPersonList.vue b/package1/index/deliveryPersonList.vue
index ef6b679..e0f1ba1 100644
--- a/package1/index/deliveryPersonList.vue
+++ b/package1/index/deliveryPersonList.vue
@@ -90,7 +90,7 @@
-
+
{{formatDeliveryLocation(worker.deliveryLocation)}}
@@ -275,7 +275,7 @@
this.longitude = this.markers[0].longitude
},
formatDeliveryLocation(value) {
- return value == 1 ? '送到宿舍门口' : '送上楼'
+ return value == 1 ? '不送上楼' : '送上楼'
},
getShopList() {
this.loadStatus = 'loading';
@@ -617,6 +617,12 @@
white-space: nowrap;
}
+ .delivery-location--disabled {
+ background: rgba(255, 77, 0, 0.1);
+ border-color: rgba(255, 77, 0, 0.45);
+ color: #f0441f;
+ }
+
.location-btn {
height: 44rpx;
line-height: 44rpx;