This commit is contained in:
Vergil
2020-04-28 11:51:16 +08:00
parent a1bae0af76
commit 2918ab4e5f

View File

@@ -43,7 +43,7 @@ const loading = (e, el, bind) => {
el.disabled = true el.disabled = true
setTimeout(function() { setTimeout(function() {
el.disabled = false el.disabled = false
}, 5000) }, 3000)
} }
/** /**
* @author LeeYunxiang * @author LeeYunxiang