diff --git a/pages/my/new-serv.vue b/pages/my/new-serv.vue index 802e5e6..a723c09 100644 --- a/pages/my/new-serv.vue +++ b/pages/my/new-serv.vue @@ -501,7 +501,7 @@ }, chooseImgList(e, imgListField, cropWidth, cropHeight) { this.cropWidth = cropWidth && cropWidth > 0 ? cropWidth : this.sysInfo.windowWidth * 2; - this.cropHeight = cropHeight && cropHeight > 0 ? cropHeight : this.sysInfo.windowWidth * 2 * 1.3; + this.cropHeight = cropHeight && cropHeight > 0 ? cropHeight : this.sysInfo.windowWidth * 2 * 1.15; uni.chooseImage({ count: 1, //默认9 sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有