From 0e27d801a449728a5fde922224fc668db384e49b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9D=B0?= Date: Fri, 27 Feb 2026 10:06:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E6=A1=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/refundPopup/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/refundPopup/index.tsx b/src/components/refundPopup/index.tsx index c9e3a1c..030f83e 100644 --- a/src/components/refundPopup/index.tsx +++ b/src/components/refundPopup/index.tsx @@ -32,7 +32,7 @@ function genRefundNotice(refund_policy, order_amount) { } else if (refund_rate === 0) { return { refundPrice: 0, - notice: `当前退出不可退款,后续流程未明确,@麻真瑜`, + notice: `当前退出不可退款,¥${order_amount} 将不予退回`, }; } // const refundPrice = Number(Math.ceil(price * refund_rate * 100) / 100);