tsteam-business-card-card-mini/packagecard/common/corpperimg/cropperimg.wxml
2024-02-22 11:04:15 +08:00

5 lines
292 B
Plaintext
Executable File

<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>