imageCropper.wxml 335 B

123
  1. <image-cropper id="image-cropper" disable_width = "{{true}}" disable_height = "{{true}}" disable_rotate = "{{true}}" limit_move = "{{true}}" width="250" height="250" imgSrc="{{src}}" bindload="cropperload" bindimageload="loadimage" bindtapcut="clickcut"></image-cropper>
  2. <button class='btn-bottom' bindtap='getImg'>确定</button>