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 -2
View File
@@ -111,9 +111,9 @@ export default {
onChange(value) {
Toast.loading({ forbidClick: true });
setTimeout(() => {
clearTimeout(this.timer);
this.timer = setTimeout(() => {
Toast.clear();
// 注意此时修改 value 后会再次触发 change 事件
this.value = value;
}, 500);