parent
51f9f894eb
commit
e011898cc7
2 changed files with 26 additions and 9 deletions
|
@ -197,11 +197,12 @@
|
|||
visible (val) {
|
||||
if (val === false) {
|
||||
this.buttonLoading = false;
|
||||
setTimeout(() => {
|
||||
this.timer = setTimeout(() => {
|
||||
this.wrapShow = false;
|
||||
this.removeScrollEffect();
|
||||
}, 300);
|
||||
} else {
|
||||
if (this.timer) clearTimeout(this.timer);
|
||||
this.wrapShow = true;
|
||||
this.addScrollEffect();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue