wesmiler 6 年 前
コミット
e4ae16570a
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: iWidth*5,
-                        height: iHeight*5,
+                        width: iWidth*3,
+                        height: iHeight*3,
                         // rotate: data.rotate,
                         imageSmoothingQuality: 'high',
                         fillColor: '#fff',