Merge branch '2.x' into dev

This commit is contained in:
chenjiahan
2020-12-07 21:01:47 +08:00
7 changed files with 32 additions and 17 deletions
+2 -1
View File
@@ -89,7 +89,8 @@ export default {
onChange(value) {
Toast.loading({ forbidClick: true });
setTimeout(() => {
clearTimeout(this.timer);
this.timer = setTimeout(() => {
Toast.clear();
this.value = value;
}, 500);