From 96579013391e89c027bff2c486b2ff74d2801732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=5F=E4=BD=B3?= Date: Tue, 25 Nov 2025 17:33:29 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=90=8D=E7=BB=9F=E4=B8=80=E7=A4=BE=E4=BC=9A?= =?UTF-8?q?=E4=BF=A1=E7=94=A8=E4=BB=A3=E7=A0=81/=E8=BA=AB=E4=BB=BD?= =?UTF-8?q?=E8=AF=81=E5=8F=B7=E3=80=81=E4=B8=9A=E5=8A=A1/=E4=BC=A0?= =?UTF-8?q?=E6=89=BF=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/transaction/invoice/index.vue | 2 +- web1/src/views/pages/index.vue | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/web/src/views/transaction/invoice/index.vue b/web/src/views/transaction/invoice/index.vue index 28ac8e1..2ecdb73 100644 --- a/web/src/views/transaction/invoice/index.vue +++ b/web/src/views/transaction/invoice/index.vue @@ -230,7 +230,7 @@ async function handleInvoiceConfirm(formData) { email: formData.email, subject: formData.email, // 用户要求 subject 传 email body: formData.content, // 映射 content -> body - file_url: formData.attachments?.[0] || '', // 映射 attachments -> file_url + file_url: formData.attachments, // 映射 attachments -> file_url } await api.sendInvoice(payload) diff --git a/web1/src/views/pages/index.vue b/web1/src/views/pages/index.vue index 2cc003d..5ad3fe3 100644 --- a/web1/src/views/pages/index.vue +++ b/web1/src/views/pages/index.vue @@ -62,7 +62,7 @@ - + - +