fix(ImagePreview): remove ununsed code (#4748)

This commit is contained in:
neverland 2019-10-16 17:03:28 +08:00 committed by GitHub
parent acc972a203
commit 3fcb839719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,16 +61,10 @@ export default createComponent({
overlayClass: {
type: String,
default: bem('overlay')
},
closeOnClickOverlay: {
type: Boolean,
default: true
}
},
data() {
this.bindStatus = false;
return {
scale: 1,
moveX: 0,