From 60b4288c7de588b9164137325cb305a429a49ee6 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Wed, 15 Jun 2022 10:26:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8A=A0=E6=AC=BE=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/knockGold/Dialog.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/knockGold/Dialog.jsx b/src/components/knockGold/Dialog.jsx index 93f9b97d..5f2cf379 100644 --- a/src/components/knockGold/Dialog.jsx +++ b/src/components/knockGold/Dialog.jsx @@ -36,7 +36,7 @@ export default ({ data, onChangeMoney }) => { } ) } else { - Notify.error('加款失败,加款后总批次金额不允许大于总预算') + Notify.error('加款失败,加款后总充值批次金额不允许大于总预算') } } }