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