From 7025ae9e303d0c3462774d7bf78f9053b6d34fae Mon Sep 17 00:00:00 2001 From: zhx Date: Fri, 3 Jul 2026 11:34:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=81=E7=A7=8D=E6=B1=87=E7=8E=87=E6=94=B9?= =?UTF-8?q?=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/payment/hooks/useThirdPartyPaymentPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/payment/hooks/useThirdPartyPaymentPage.js b/src/features/payment/hooks/useThirdPartyPaymentPage.js index 77e0265..e8f6997 100644 --- a/src/features/payment/hooks/useThirdPartyPaymentPage.js +++ b/src/features/payment/hooks/useThirdPartyPaymentPage.js @@ -153,7 +153,7 @@ export function useThirdPartyPaymentPage() { const submitSyncRates = async (event) => { event?.preventDefault(); - // 上浮比例只表达运营策略,不在前端计算最终汇率;服务端会拉实时源、套用比例并按 1 位小数向上取整,避免旧页面数据参与写库。 + // 上浮比例只表达运营策略,不在前端计算最终汇率;服务端会拉实时源、套用比例并按高汇率整数规则向上取整,避免旧页面数据参与写库。 if (!abilities.canUpdateThirdParty) { return; }