share.wxml 190 B

1234
  1. <view style="position:relative;top:80rpx">
  2. <canvas canvas-id="myCanvasId" style="width:750rpx;height:700rpx;"></canvas>
  3. <button id="sunbmit" bindtap="save">保存二维码</button>
  4. </view>