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);
             }