wesmiler 6 tahun lalu
induk
melakukan
e9275e2524
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      public/static/weixin/js/photo.js

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

@@ -524,8 +524,8 @@ var app = new Vue({
                         var height = data.height;
                     }
                     _this.cropParams.cropData = {
-                        width: data.width,
-                        height: data.height,
+                        width: data.width*20,
+                        height: data.height*20,
                         rotate: data.rotate,
                         imageSmoothingQuality: 'height',
                         fillColor: '#fff',