change-photo.wxml 276 B

123456789101112
  1. <view class="bg">
  2. <canvas canvas-id="canvas" class="canvas" style="width:{{adapter.viewWidth}}px;height:{{adapter.viewHeight}}px;"></canvas>
  3. </view>
  4. <view class="menu">
  5. <view bindtap="cancelAction">取消</view>
  6. <view bindtap="finishAction">完成</view>
  7. </view>