diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue index 05019ac6..11e8dcc1 100644 --- a/src/components/modal/modal.vue +++ b/src/components/modal/modal.vue @@ -193,8 +193,8 @@ this.buttonLoading = false; setTimeout(() => { this.wrapShow = false; + this.removeScrollEffect(); }, 300); - this.removeScrollEffect(); } else { this.wrapShow = true; this.addScrollEffect(); diff --git a/test/routers/transfer.vue b/test/routers/transfer.vue index 0a7fdf3b..7b04e0cd 100644 --- a/test/routers/transfer.vue +++ b/test/routers/transfer.vue @@ -1,52 +1,43 @@ - \ No newline at end of file +