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 @@ 备注:{{worker.remark || '无'}} - + {{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;