@@ -537,8 +537,8 @@ var app = new Vue({
};*/
_this.cropParams.cropData = {
- width: iWidth*3,
- height: iHeight*3,
+ width: data.width*3,
+ height: data.height*3,
// rotate: data.rotate,
imageSmoothingQuality: 'high',
fillColor: '#fff',