You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
373 B

<import src="/we-cropper/dist/we-cropper.wxml"/>
<view class="cropper-wrapper">
<template is="we-cropper" data="{{...cropperOpt}}" />
<view class="operation flex-wrap">
<button class="upload" bindtap="uploadTap">
重新选择
</button>
<button type="primary" class="getCropperImage" bindtap="getCropperImage">
确定
</button>
</view>
</view>