wesmiler hace 6 años
padre
commit
cac568650c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
             }