修复 imageScaleEnabled 开启后依旧无法调整图片大小的 BUG

This commit is contained in:
c4605
2017-07-20 17:54:08 +08:00
parent 37a683d2e1
commit a495dc594b
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -226,7 +226,7 @@
window.addEventListener('scroll', this.onScroll, false);
});
});
}
},
beforeDestroy() {
window.removeEventListener('scroll', this.onScroll, false);
},

File diff suppressed because one or more lines are too long