From 0abe06d9dfcd7afd0bd3ed8a28e663c2bdf43d43 Mon Sep 17 00:00:00 2001 From: zhuotianyuan Date: Fri, 23 Jan 2026 16:36:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9C=B0=E5=9D=80=E8=A1=A8=E5=8D=95):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=82=AE=E7=AE=B1=E5=AD=97=E6=AE=B5=E5=88=B0?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E8=A1=A8=E5=8D=95=E5=92=8C=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在地址更新表单中新增邮箱字段,并在订单列表页面显示该字段 --- src/pages/Logistics/Address/index.tsx | 9 +++++++++ src/pages/Order/List/index.tsx | 8 +++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/pages/Logistics/Address/index.tsx b/src/pages/Logistics/Address/index.tsx index dde2f26..2e7ef78 100644 --- a/src/pages/Logistics/Address/index.tsx +++ b/src/pages/Logistics/Address/index.tsx @@ -393,6 +393,13 @@ const UpdateForm: React.FC<{ })); }} /> + + +