wesmiler 6 лет назад
Родитель
Сommit
ef1667bb30
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      public/static/weixin/js/photo.js

+ 2 - 2
public/static/weixin/js/photo.js

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