From b584f8f97b6a583ddede37d76310021f5d77a173 Mon Sep 17 00:00:00 2001
From: BAKEYi <16298417+bakeyi@user.noreply.gitee.com>
Date: Mon, 20 Apr 2026 13:27:15 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E6=97=B6=E8=AE=B0=E5=BD=95=E5=8A=A0?=
=?UTF-8?q?=E4=B8=8A=E9=97=A8=E5=9C=B0=E5=9D=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/shop/manHour/components/orderCard.vue | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/pages/shop/manHour/components/orderCard.vue b/pages/shop/manHour/components/orderCard.vue
index f130e57..9bbae47 100644
--- a/pages/shop/manHour/components/orderCard.vue
+++ b/pages/shop/manHour/components/orderCard.vue
@@ -40,6 +40,8 @@
+
+ 上门地址:{{ dataItem.user_sj.address }}
@@ -304,6 +306,16 @@
font-style: normal;
}
+ .order-address {
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #666666;
+ line-height: 34rpx;
+ text-align: left;
+ font-style: normal;
+ margin-top: 24rpx;
+ }
+
/* 时间信息 */
.time-info {
font-weight: 400;
@@ -321,7 +333,7 @@
display: flex;
justify-content: flex-end;
gap: 30rpx;
- padding-top: 20rpx;
+ // padding-top: 20rpx;
padding-bottom: 30rpx;
}