wesmiler 6 лет назад
Родитель
Сommit
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;
             image.src = _this.cropParams.url;
             var width = image.width;
             var width = image.width;
             var height = image.height;*/
             var height = image.height;*/
-            console.log(image);
+     
             if(data.height<data.width){
             if(data.height<data.width){
                 $("#cropImg").cropper("rotate", 90);
                 $("#cropImg").cropper("rotate", 90);
             }
             }