From 2918ab4e5f74c173404aa92d5749d199ecb043b7 Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Tue, 28 Apr 2020 11:51:16 +0800 Subject: [PATCH] a --- src/components/AmountInputBox/AmountInputBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AmountInputBox/AmountInputBox.js b/src/components/AmountInputBox/AmountInputBox.js index 59e1e978..e73c383d 100644 --- a/src/components/AmountInputBox/AmountInputBox.js +++ b/src/components/AmountInputBox/AmountInputBox.js @@ -43,7 +43,7 @@ const loading = (e, el, bind) => { el.disabled = true setTimeout(function() { el.disabled = false - }, 5000) + }, 3000) } /** * @author LeeYunxiang