wesmiler il y a 6 ans
Parent
commit
cac568650c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
             }