wesmiler 6 лет назад
Родитель
Сommit
4fe8a373fd
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      public/static/weixin/js/papers.js

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

@@ -469,10 +469,10 @@ var app = new Vue({
 
                     _this.cropParams.id = id;
                     _this.cropParams.cropData = {
-                        /*width: data.width*20,
+                        width: data.width*20,
                         // width: imgWidth*20,
                         height: data.height*20,
-                        // height: imgHeight*20,*/
+                        // height: imgHeight*20,
                         rotate: data.rotate,
                         imageSmoothingQuality: 'high',
                         fillColor: '#fff',