share.wxml 210 B

1234
  1. <view style="position:relative">
  2. <canvas canvas-id="myCanvasId" style="width:604rpx;height:512rpx;margin:100rpx auto 30rpx auto;"></canvas>
  3. <button id="sunbmit" bindtap="save">保存二维码</button>
  4. </view>