change-photo.swan 311 B

123456789
  1. <view class="box">
  2. <view class="bg">
  3. <canvas canvas-id="myCanvas" style="width:{{viewWidth}}px;height:{{viewHeight}}px;"></canvas>
  4. </view>
  5. <view class="menu{{suffix}}">
  6. <text bindtap="cancelAction">取消</text>
  7. <text bindtap="finishAction">确定</text>
  8. </view>
  9. </view>