From 9084eb187268a231591832fbe888c1a5c3460e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Mon, 21 Nov 2016 09:14:38 +0800 Subject: [PATCH] fixed #92 fixed #92 --- src/components/modal/modal.vue | 2 +- test/routers/transfer.vue | 63 +++++++++++++++------------------- 2 files changed, 28 insertions(+), 37 deletions(-) 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 +