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.

15 lines
955 B

1 year ago
  1. <canvas canvas-id='myCanvas'></canvas>
  2. <movable-area scale-area>
  3. <movable-view x="{{x}}" y="{{y}}" direction="all" out-of-bounds bindchange="onChange" bindscale="onScale" scale scale-min="0.5" scale-max="4" scale-value="{{scale}}" style="left:{{image.initialX}}px;top:{{image.initialY}}px;width:{{image.initialWidth}}px;height:{{image.initialHeight}}px">
  4. <image src='{{src.path}}' mode='scaleToFill'></image>
  5. </movable-view>
  6. </movable-area>
  7. <!-- <view class='bottom'>
  8. <view class='button' bindtap='cancel'>取消</view>
  9. <view class='button' bindtap='reset'>撤销</view>
  10. <view class='button' bindtap='complete'>完成</view>
  11. </view> -->
  12. <view class="d-position-fixed d-flex pa-2 bg-fff operate d-flex">
  13. <van-button type="info" round class="w-50 px-2 box-sizing-border" bindtap="takePhoto">选取图片</van-button>
  14. <van-button type="info" round class="w-50 px-2 box-sizing-border" bindtap="complete">确定</van-button>
  15. </view>