wesmiler vor 6 Jahren
Ursprung
Commit
e4ae16570a
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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 = {
                     _this.cropParams.cropData = {
-                        width: iWidth*5,
-                        height: iHeight*5,
+                        width: iWidth*3,
+                        height: iHeight*3,
                         // rotate: data.rotate,
                         // rotate: data.rotate,
                         imageSmoothingQuality: 'high',
                         imageSmoothingQuality: 'high',
                         fillColor: '#fff',
                         fillColor: '#fff',