From df89722804cab483cc66fe0478bdbe845d0fabd8 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 27 May 2025 14:01:40 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=94=AF=E4=BB=98=E9=93=BE=E6=8E=A5:?= =?UTF-8?q?=20=E5=88=A0=E9=99=A4=E9=80=9A=E7=9F=A5=E9=82=AE=E7=AE=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/accounts/GeneratePayment.jsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/views/accounts/GeneratePayment.jsx b/src/views/accounts/GeneratePayment.jsx index c4a24e1..25ef3c9 100644 --- a/src/views/accounts/GeneratePayment.jsx +++ b/src/views/accounts/GeneratePayment.jsx @@ -45,7 +45,7 @@ function GeneratePayment() { const orderNumber = result.orderDetail.order_no const travelAdvisor = loginUser.accountList.length > 0 ? (loginUser.accountList[0]?.OPI_NameEN || '') : '' generateForm.setFieldsValue({ - notifyEmail: getPrimaryEmail(), + // notifyEmail: getPrimaryEmail(), orderNumber: orderNumber, description: 'Tracking Code: ' + orderNumber + '\r\nTravel Advisor: ' + travelAdvisor + '\r\nContent: \r\n', langauge: 'US', @@ -60,7 +60,7 @@ function GeneratePayment() { // }) } else { generateForm.setFieldsValue({ - notifyEmail: getPrimaryEmail(), + // notifyEmail: getPrimaryEmail(), description: 'Tracking Code: \r\nTravel Advisor: \r\nContent: \r\n', langauge: 'US', orderType: '227001', @@ -170,9 +170,6 @@ function GeneratePayment() { - - -