소스 검색

wesmilert

wesmiler 6 년 전
부모
커밋
e9275e2524
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      public/static/weixin/js/photo.js

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

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