card-mini/packagecard/common/corpperimg/cropperimg.wxml
2021-08-06 09:42:15 +08:00

5 lines
292 B
Plaintext

<cu-custom isCustom="{{false}}" isBack="{{true}}">
<view slot="content">图片裁剪</view>
</cu-custom>
<cropper imageSrc="{{imgSrc}}" enableScale="{{true}}" ratio="{{scale}}" bind:cropperDone="cropperDone"
bind:cropperCancel="cropperCancel" bind:cropperFail="cropperFail"></cropper>