Skip to content

Commit

Permalink
cropper function.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidshen111 committed Jan 17, 2024
1 parent 243b097 commit 8bf9069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/painting2/painting2.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@
</view>
<view bindtap="cropper" class="item">
<view class="image-wrap">
<cover-image class="image" src="../../static/icons/clear.png"/>
<cover-image class="image" src="../../static/icons/drag.png"/>
</view>
<view class="name">选区</view>
</view>
<view bindtap="clearRect" class="item">
<view class="image-wrap">
<cover-image class="image" src="../../static/icons/clear.png"/>
</view>
<view class="name">重选</view>
<view class="name">重设</view>
</view>
<view bindtap="showBarsHandler" class="item">
<view class="image-wrap">
Expand Down

0 comments on commit 8bf9069

Please sign in to comment.