소스 검색

wesmmiler

wesmiler 6 년 전
부모
커밋
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',