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

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

@@ -611,7 +611,7 @@ var app = new Vue({
             image.src = _this.cropParams.url;
             var width = image.width;
             var height = image.height;*/
-            console.log(image);
+     
             if(data.height<data.width){
                 $("#cropImg").cropper("rotate", 90);
             }