wxml
<image-cropper id="image-cropper" limit_move="{{true}}" disable_rotate="{{true}}" width="{{width}}" height="{{height}}" imgSrc="{{src}}" disable_ratio="{{true}}" bindload="cropperload" bindimageload="loadimage" bindtapcut="clickcut"></image-cropper>
js
data: {
src:'',
width: 334,//裁剪框宽度
height: 168,//裁剪框高度
}
问题描述:
已经给了裁剪框的宽和高,并且控制锁定裁剪框比例的属性disable_ratio已经设置为true了,但是貌似没有起作用,只是裁剪框的宽度被固定了,不能左右移动,只有裁剪框的上边框和下边框可以上下移动。
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
我用的we-cropper,你或许也可以试下
看文档,锁定比例就行了