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