dingyong0214 / ThorUI-uniapp

ThorUI组件库,轻量、简洁的移动端组件库。组件文档地址:https://thorui.cn/doc
MIT License
2.64k stars 396 forks source link

裁剪组件的双指缩放无效 #65

Closed mhf-air closed 4 years ago

mhf-air commented 4 years ago

原因是tui-image-cropper.vue里的move函数的最后 this.scale = this.scale; 应该改成 this.scale = scale;

dingyong0214 commented 4 years ago

有参数设置,this.scale = this.scale是有道理的