5 lines
292 B
Plaintext
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> |