wesmiler 6 лет назад
Родитель
Сommit
864bc37fd5

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

@@ -537,8 +537,8 @@ var app = new Vue({
                     };*/
 
                     _this.cropParams.cropData = {
-                        width: iWidth*10,
-                        height: iHeight*10,
+                        width: iWidth*5,
+                        height: iHeight*5,
                         // rotate: data.rotate,
                         imageSmoothingQuality: 'high',
                         fillColor: '#fff',

+ 1 - 1
public/themes/default/weixin/print/photo.html

@@ -117,5 +117,5 @@
 <script src="/static/weixin/lib/cropper/cropper.js?v={$version}"></script>
 <script src="/static/weixin/js/jweixin-1.4.0.js?v={$version}"></script>
 <script src="/static/weixin/js/exif.js?v={$version}"></script>
-<script src="/static/weixin/js/photos.js?v={$version}"></script>
+<script src="/static/weixin/js/photo.js?v={$version}"></script>
 <include file="weixin@block:footer"/>